Final- Java formatting output ppt Flashcards

You may prefer our related Brainscape-certified flashcards:
1
Q

static int abs (int num)

A

returns the absolute value of num

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

%

A

used as format specifier

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

common conversions (6)

A
f- floating point
n- line separator
e- scientific notiation
d- digits "integer"
c- character
s- string
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

how to print a percent sign

A

%%

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

printf

A

print format

How well did you know this?
1
Not at all
2
3
4
5
Perfectly