Chapter 8: Problem 13
Consider the following code (and assume it is embedded in a complete and correct program and then run): char a[80], b[80]; cout << "Enter some input:\n"; cin >> a >> b; cout << a << '-' << b << "END OF OUTPUT\n"; If the dialogue begins as follows, what will be the next line of output? Enter some input: The time is now