Wrong Answer given in the Exercise | Selenium Forum
K
Kousika Posted on 01/07/2019

Q.3What is out put of following program?

public class Test {
public static void main(String[] args) {
int num = 100;

if (num<=100){
System.out.println("Value of num is "+num);
}
}
}

 
 
Right answer for this question is "Option D" 
 
 

A
Ashish Thakur Replied on 01/07/2019

Thanks for the report, will look into it.