printf Flashcards
1
Q
placeholders can be replaced later with values t/f
A
true
2
Q
to print out a string
A
%s
3
Q
to print out on a new line
A
%n
4
Q
to print out a number
A
%d
5
Q
to print out a number to 2dp
A
%.2f