Section 16.8 Review - Statements
Practice distinguishing between different types of statements and understanding what each line of code does.
Subsection 16.8.1 Part A: Recognize
Subsection 16.8.2 Part B: Explain
Checkpoint 16.8.2.
Subsection 16.8.3 Part C: Fix
Checkpoint 16.8.3.
Reorder the following lines so they form a logical program that runs without errors.
Subsection 16.8.4 Part D: Create
Checkpoint 16.8.4.
Write a 4-line program that displays a message that includes a personβs name and age. The program must create the following variables
name, and age, and then create the variable message using name and age, and then prints the message.
Subsection 16.8.5 Think About ...
Checkpoint 16.8.5.
Why is it important for program statements to appear in the correct order?
You have attempted of activities on this page.
