+ 1
Common escape sequence
\n. : it advance cursor to the next line in subsequent printing \t. :it cause the cursor to skip over to the next tap stop \b. : cause the cursor to back up or move left by 1 position \r. :It will cause the cursor to move to beginning of the current line \\ : Causes backslash to be printed \' : causes single citation mark to be printed \" : cause double cotetion mark to be printed tq
3 Antworten
+ 2
system.out.print ("programing is tooooo fun \n") ;
system.out.print("program");
bro try your self by. Changing \n, by \n,
\b ,
\r
"\\"
\'
\"
etc
try yourself and see the output and observe how the output is changing
tq
0
nice information bro
plz anyone give examples for this escape sequence
0
thank-you for this response