CSE1020 Lab 06: for Loops

This lab has you writing for loops using classes you have not seen before.

In Part 1 lab, you will write a program that requires a nested loop to perform a simple operation on a digital picture.
In Part 2 of the lab, you will write a program that requires three separate for loops (no nested loops are needed).
In Part 3, you will write a program that requires a nested loop to solve a standardized test question published in a research journal.

The programs you write in this lab will be available to you during the labtest next week.

The programs you write in this lab will be checked for correctness and style. You must submit your work before 11:59PM on Friday Oct 21.

Go to Part 1