Consider the following code (and assume that it is embedded in a
complete and correct program and then run):
char next;
int count = 0;
cout <>
cin.get(next);
while (next != '\n')
{
if ((count % 2) == 0)
cout
count++;
}
If the dialogue begins as follows, what will be the next line of output?
Enter a line of input:
abcdef gh
Already registered? Login
Not Account? Sign up
Enter your email address to reset your password
Back to Login? Click here