Programming Languages C++ Objective
Mar 21, 2013

If the variable count exceeds 100, a single statement that prints “Too many” is.

Choose the correct answer:
A) if (count<100) cout << “Too many”;
B) if (count>100) cout >> “Too many”;
C) if (count>100) cout << “Too many”;
D) All of the above
Detailed Explanation

Option C is the right answer.

Discussion (0)

No comments yet. Be the first to share your thoughts!

Share Your Thoughts
Feedback