Multiple Choice
What will the following code display?
Cout << "Four\n" << "score\n";
Cout << "and" << "\nseven";
Cout << "\nyears" << " ago" << endl;
A) Four
Score
And
Seven
Years ago
B) Four score and seven
Years ago
C) Four
Score
And seven
Years ago
D) Four score
And seven
Years ago
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q8: A value is stored in a variable
Q9: In memory, C++ automatically places a(n) _
Q10: What is the value of cookies after
Q11: Escape sequences are always stored internally as
Q12: What will be the output after the
Q15: What will the following code display?<br>Cout <<
Q16: Besides the decimal number system that is
Q17: Because C++ is case-sensitive, all programs must
Q18: In C++ you are required to name
Q20: In programming, the terms "line" and "statement"