Whats the output of the following : 5M System.out.print(“hi “); System.out.println(“hello“); System.out.println(“Second round Test “); System.out.print(“Computer “); System.out.println(“Applications “);
Answers
Answered by
0
Answer:
Hi
Hello
Second round test
Computer
Applications
Similar questions