Computer Science, asked by arham62, 5 months ago

a) Give the output of the following:
i. System.out.println("First line\nSecond line');
System.out.println(“AltB\tC");
System.out.println("D\tE\tF");​

Answers

Answered by rishabh112005patel
0

Output:

First line

Second line

AltB      C

D      E      F

Similar questions