if age 18 cout The age is less than 18 Here the cout statement-02792
if ( ! (age > 18 ))<br>cout << " <br>The age is less than 18"; Here the cout statement will be executed if the original condition is __________.
This multiple choice question (MCQ) is related to the book/course vu cs201 Introduction to Programming. It can also be found in vu cs201 Lecture No.04 - Quiz No.2.