1/13/00
COM1100 Winter2000 Yuhong Yin Northeastern University
22
Summary of input -- 2
nVerified Read is uses a function that prints the given prompt, reads the input, and verifies that the input is of correct type. It repeats the request for input until valid input is supplied.
nint x;
n x = RequestInt(“Please enter a number :”);
n