A
Q. What is the output of the Java program below?
Code:
if(3>1)
{
4;
}
{
4;
}
- Correct Answer - Option(C)
- Views: 12
- Filed under category Java
- Hashtags:
Discusssion
Login to discuss.