Q. If the variable count exceeds 100, a single statement that prints “Too many” is
β
Correct Answer: (A)
if (count>100) cout << “Too many”;
You must be Logged in to update hint/solution