Menu
Question Index
...


Arrange the following program such that it compiles and first prints Hello World and then Hello Universe. Unselect any unwanted statements using the check box.

  • move     }
    }
  • move         System.out.println("Hello Universe");
  • move class printhello
    {
  • move         System.out.println("Hello World");
  • move Class PrintHello
    {
  • move     public static void main(String arguments[])
        {

Doubts

Problems

Topic: Java Sample Program - Simple Hello World Program In Java

Read this topic
Take test on this topic

0
Wrong
Score more than 2 points

© meritcampus 2019

All Rights Reserved.

Open In App