nThe
only difference from the verified input is that the program supplies a default
value. The default value is displayed after the prompt, to alert the user to
its availability and to inform the user of the default value. The statements
have the format:
nx = RequestInt("Next number:", 3);
n