Question 1
What will be the output of the following code?
int x = 5;
if (x > 3)
System.out.println("A");
System.out.println("B");
System.out.println("C");
What will be the output of the following code?
int x = 5;
if (x > 3)
System.out.println("A");
System.out.println("B");
System.out.println("C");