CHAPTER JAVA QUESTION :-give he output of the following System.out.println("first line\nsecond line") System.out.println("A\tB\tC") System.out.println("D\tE\tF")
Attachments:
Answers
Answered by
0
Answer:
first line
second line
A B C
D E F
Similar questions