Write a program to print your name, class and adress in Different lines
Answers
Answered by
0
Answer:
Write a Java program to print ' Hello' on screen and then print your name on a separate line. ... Scanner; public class Main { public static void main(String[] args) { Scanner ...
Similar questions