Computer Science, asked by KaraHart, 1 year ago

What is the output of these statements


System.out.println( " Hello World" );
System.out.print("Hello world" );


used in one program??

Answers

Answered by digi18
2

Answer:

Output will be

Hello World

Hello world

Thanks

Similar questions