1/13/00
COM1100 Winter2000 Yuhong Yin Northeastern University
19
Verified input
nIt is not part of C++. It is developed by Prof. Rasala
nint x;
n   x = RequestInt(“Please enter a number :");
nDouble y;
n  y = RequestDouble(“Please enter a real num :");
nString myName;
n RequestString(“Enter your name: ”,myName);