A
Q. What is the output of the Java program?
Code:
int marks=29;
if(marks > 29);
System.out.print("PASS ");
System.out.println("RANK");
if(marks > 29);
System.out.print("PASS ");
System.out.println("RANK");
- Correct Answer - Option(C)
- Views: 9
- Filed under category Java
- Hashtags:
Discusssion
Login to discuss.