how to print \n in java??
Answers
Answered by
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