-
For Loop. Header: inital value, test, update command.
-
Tracing a program
-
Compound statement - many lined for loop.
-
Indenting Style
Write a program that displays a tip chart for the following dollar amounts:
5, 10, 15, 20, 25, 30
With a tip of 15%
Example code that formats numbers to 2 decimal
places.
-
Pseudocode
-
Rewrite Pesudocode
-
For loop version
Entering Data
-
Reading data using a for loop
-
Interactive data entry - prompts
-
Trailer value
-
Counting and calculating
-
Field width
-
conditional operator ?: