Java Games: Flashcards, matching, concentration, and word search.

QB Chapter 4 Print Using Examples

AB
PRINT USING “|######|”; 9146Numbers print right-justified
PRINT USING “#####.##”; 2652.2Always prints two decimal places
PRINT USING “#####.##”; 2652.212Round is needed
PRINT USING “+###”; 45Always prints plus or minus
PRINT USING “###+”; 45Prints the sign at the end
PRINT USING “###-”; 45Only prints the sign at end if number is negative
PRINT USING “**####.##”; 2.5Left and right fills with asterisks
PRINT USING “$$####.##”; 2.5Prints Floating dollar sign
PRINT USING “**$###.##”; 2.5Combine the * and $ for checks printing
PRINT USING “######,.##”; 3234.54places comma before the decimal
PRINT USING “####,.##, ”; 3234; 7832; 4326Repeating format string for all literals
PRINT USING “###”; 43567.54Not enough control codes %43568
PRINT USING “_#_###.##_#_#”; 32.45printing of literals ##32.45##


Continuing Education
Harrison County
Bridgeport, WV

This activity was created by a Quia Web subscriber.
Learn more about Quia
Create your own activities