Introduction to Programming > printf > Flashcards
placeholders can be replaced later with values t/f
true
to print out a string
%s
to print out on a new line
%n
to print out a number
%d
to print out a number to 2dp
%.2f