Question #324068

Write a Java program to print "hello" on the screen and write your name on the separate line?

Expert's answer







public class App {


	public static void main(String[] args) {
		System.out.println("hello");
		System.out.println("Peter Smith");
	}


}

Need a fast expert's response?

Submit order

and get a quick answer at the best price

for any assignment or question with DETAILED EXPLANATIONS!

LATEST TUTORIALS
APPROVED BY CLIENTS