If the user inputs 7
, the program will evaluate the condition in the IF
statement. Since num
is equal to 7
, the condition num != 7
will be false. Therefore, the program will execute the ELSE
block and output "No!".
So, the correct output is:
No!