Write down the output of the following programs: a. class try { public static void main (String args[ ]) { System. out. print("Welcome"); System.out.print("to"); System.out.print("my home"); } }
Answers
Answered by
4
Answer:
welcome to my home .
output
Similar questions