[go: nahoru, domu]

Voting

: four plus five?
(Example: nine)

The Note You're Voting On

steve at myschoolsystems dot com
3 years ago
To format a dollar value as in $123.00 that may otherwise look like $123 use this

print ('$'); // the dollar sign in front of our answer
printf ('%.2f',$price);

<< Back to user notes page

To Top