Sunday, April 10, 2016

Java programming Language Code Examples-print Tips(3)

Smiley face

Code:

Smiley face

Output:

Smiley face

note:

%.2f :print only 2 numbers after the '.'
%5d : make 3 blank space before print the 'd'
%05d : make 3 '0's before print the 'd'
If d value is 5 then %o5d make four 0 before 5

No comments:

Post a Comment

Wel Come !!! computer express