Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
function parray(arrnme,ind, i) {
i=0
while (i < ind) {print arrnme[i]; i++}
}
BEGIN {
srand()
val = 0
while (x < int(1 + rand() * 12)) {
printf "%s:", "Enter your value"
getline val < "-"
if (!val) {print "No value entered..quitting ; exit}
printf "\n%s: %d\n", "You entered",val
arr[x] = val
++x
}
parray(arr,x)
}