Computer Science, asked by ShaanMukherjee2004, 11 months ago

how to print \n in java??​

Answers

Answered by tannu818
0

Answer:

I want to print \n.

String text = "";

text = "\n is used for new line";

but the \n is not showing when I run the code.

Similar questions