2/6/00
COM1100 Winter2000 Yuhong Yin
11
Verified Input
n
To ask the user to type in an integer and to assign the user's answer to be the new value of variable x we use the following statement:
n
x = RequestInt("Next number:");
n