+ 3
What printf do in java?
3 Respostas
+ 1
The printf () method is quite frequently used for displaying text
0
If you mean System.out.printf(), this function works the same as in C. For more information, refer to this site: https://www.baeldung.com/java-printstream-printf
0
System.out.printf() is used to print the formatted output and may take multiple arguments