Question: Select the output of this small code snippet. int a = 3; if (a > 1) cout < < Greater than 1.; cout <
Select the output of this small code snippet. int a = 3; if (a > 1) cout < < "Greater than 1."; cout < < "Less that 1."; Less than 1. Greater than 1. Greater than 1.Less than 1. This code will not compile.
Step by Step Solution
There are 3 Steps involved in it
The detailed answer for the above question is provided below The image youve provided shows a multip... View full answer
Get step-by-step solutions from verified subject matter experts
