Finish the exercises from Session23_CForLoops that you started in class: do the TODO's.
Here are pictures to help you visualize the output of some of your work:
***********
***********
***********
***********
*
**
***
****
*****
******
1
12
123
1234
12345
123456
Recall that before you begin ANY problem, but especially the perfect numbers problems,
you should figure out how to solve it in English before you turn to Python or C.
Do a concrete example by hand.
Introspect the by-hand work that you did to determine whether you need:
A loop. If so, what loop pattern.
A loop within a loop.
Variables to capture values and compute with them.
Getting a value from a variable.
Setting a variable’s value.
IF statements.
To call functions to help the function you are writing.
Commit your work to your repository as you work, and when you are done.
Continue working on your Project. Sprint 3 is due Friday (any time that day, your choice).
If you wish, you may have a Sprint 4 that lasts one more week, but be aware that C is preceding in parallel.