Topic 7 - Loops

This topic covers two types of loops, conditional loops (while) and counted (for). Please see each page for specifics.

Topic 7 - Loops

What To Do?

1 - Go to the page 7.1 - While Loops and follow the instructions there.

Here is a good website for more information on While Loops:

https://www.w3schools.com/cs/cs_while_loop.asp

2 - Go to the page 7.2 - For Loops and follow the instructions there.

Here is a good website for more information on For Loops:

https://www.w3schools.com/cs/cs_for_loop.asp

What to Submit?

1 - Programming assignments for Topic 7.1 - While Loops

2 - Programming assignments for Topic 7.2 - For Loops

Files