Consider the following code (and assume that it is embedded in a
complete and correct program and then run):
cout <>
char next;
do
{
cin.get(next);
cout
} while ( (! isdigit(next)) && (next != '\n') );
If the dialogue begins as follows, what will be the next line of output?
Enter a line of input:
I'll see you at 10:30 AM.
Already registered? Login
Not Account? Sign up
Enter your email address to reset your password
Back to Login? Click here