0
If I want to print a value of counter I but all in the same line, how can I do it?
printing format
1 Respuesta
+ 1
P R I N T L N , see L N ? it means line (new line) ,
P R I N T instead for same line.
and manually System.out.println() for new line.