Computer Science, asked by mamtakumariraj, 5 months ago

write the output of the following program.

system.out.println("Don\nBosco\nHigh\nSchool");


What is the answer explain this


Please give right answer​

Answers

Answered by niishaa
25

Answer:

output will be :

Don

Bosco

High

School

∵ \n is use for moving in next line so

Similar questions