Lab 5: Using Loops
Objectives
By the end of this lab, you will be able to:
- Identify the components and function of the while loop.
- Identify the components and function of the for loop.
- Construct while and for loops under multiple constraints.
- Identify common errors and bugs in the creation of loops.
- Identify the components and function of nested for loops.
- Construct nested for loops under multiple constraints.
- Identify common errors and bugs in the creation of nested for loops.
Before Starting
- Make sure you have Completed the work in Modules 7 in class and in Codio.
- Complete the Prep Lab work in Codio.
Going to the Lab 5 Prep
In the Student Dashboard:
Locate the Module: Lab 5: Using Loops
Locate the assignment: Lab 5 Prep
Going to the in Lab Activity
In the Student Dashboard:
Locate the Module: Lab 5: Using Loops
Locate the assignment: Lab 5 [in-Lab]