Question:What will the following code output?
int x = 10;
if (x > 5) Console.WriteLine("Greater");
else Console.WriteLine("Smaller");
 

A Greater 

B Smaller 

C 10 

D Error 

+ Answer
+ Explanation
+ Report
Total Preview: 26

Copyright © 2024. Powered by Intellect Software Ltd