QUESTION 3 What will be the output on the screen after the below lines of code have run? int x 5; if (x 2) cout << "That
-
answerhappygod
- Site Admin
- Posts: 899604
- Joined: Mon Aug 02, 2021 8:13 am
QUESTION 3 What will be the output on the screen after the below lines of code have run? int x 5; if (x 2) cout << "That
QUESTION 3 What will be the output on the screen after the below lines of code have run? int x 5; if (x 2) cout << "That is 2 funny!" << endl; else cout << "That is not funny!" << endl; cout << "The end!" << endl; O That is 2 funny! The end! O That is 2 funny! That is not funny! O None of these is correct. O That is 2 funny! That is not funny! The end!
Join a community of subject matter experts. Register for FREE to view solutions, replies, and use search function. Request answer by replying!