if sum 20 cout Over-01444
if (sum > 20) cout << "Over";
This multiple choice question (MCQ) is related to the book/course vu cs101 Introduction to Computing. It can also be found in vu cs101 Final Term - Quiz No.10.
if (sum > 20) cout << "Over";
Under
Over
Under the limit
Over the limit