Write a Java program to print "hello" on the screen and write your name on the separate line?
public class App { public static void main(String[] args) { System.out.println("hello"); System.out.println("Peter Smith"); } }
Need a fast expert's response?
and get a quick answer at the best price
for any assignment or question with DETAILED EXPLANATIONS!
Comments
Leave a comment