Welcome to the CSC Q&A, on our server named in honor of Ada Lovelace. Write great code! Get help and give help!
It is our choices... that show what we truly are, far more than our abilities.

Categories

+18 votes
asked in CSC211_Winter2018 by (1 point)

2 Answers

+8 votes

String class format( ) method: You can build a formatted String and assign it to a variable using the static format method in the String class.

answered by (1 point)
–5 votes

System.out.printf means that it is a print format the f stands for format.

answered by (1 point)
...