A
Q. What is the output of the below Java program?
Code:
//bingo.java file
public class Hello
{
public static void main(String[] args)
{
System.out.println("BINGO");
}
}
public class Hello
{
public static void main(String[] args)
{
System.out.println("BINGO");
}
}
- Correct Answer - Option(C)
- Views: 9
- Filed under category Java
- Hashtags:
Discusssion
Login to discuss.