- 1
How do we display value of variable?
like printf("%d",i)
3 Respuestas
0
Thanks for downvoting answer...
- 1
System.out.println("bla bla"); general output
System.out.printf("%b",i); formatted
https://dzone.com/articles/java-string-format-examples some examples with tables.