0
Is there any print statement except println?
I mean it should print a line of text...
2 Respuestas
0
There are several print statements:
System.out.print()
System.out.printf()
System.out.println
0
Thank you!
I mean it should print a line of text...