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.
![]() |
} } |
![]() |
System.out.println("Hello Universe"); |
![]() |
class printhello { |
![]() |
System.out.println("Hello World"); |
![]() |
Class PrintHello { |
![]() |
public static void main(String arguments[]) { |
Topic: Java Sample Program - Simple Hello World Program In Java