Answer to Question #324068 in Databases | SQL | Oracle | MS Access for Shafa

Question #324068

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

1
Expert's answer
2022-04-05T15:30:14-0400






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!

Comments

No comments. Be the first!

Leave a comment

LATEST TUTORIALS
New on Blog
APPROVED BY CLIENTS