Final- Java formatting output ppt Flashcards
1
Q
static int abs (int num)
A
returns the absolute value of num
2
Q
%
A
used as format specifier
3
Q
common conversions (6)
A
f- floating point n- line separator e- scientific notiation d- digits "integer" c- character s- string
4
Q
how to print a percent sign
A
%%
5
Q
printf
A
print format