This repository was archived by the owner on Aug 3, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 5
Programming Assignment 2
mrseidel edited this page Feb 12, 2022
·
4 revisions
- Update Assignment 1 to include looping structures (
fororwhile). - Multiple looping structures (
fororwhile) must be used. - The loops that you use should not be similar to the exercises.
Please see the due dates page for more details on when this is due and how to submit your work.
The Overarching Learning Goal for this is Programming Concepts. The specific goal(s) for this include:
- Explain programming concepts and constructs.
- Plan, write, and maintain simple programs.
You will be evaluated on the following success criteria.
| Success Criteria for Explain programming concepts and constructs |
Look Fors |
|---|---|
| I can identify situations in which looping structures are required. | * proper location of loops, * loops used are for 3 or more items |
| Success Criteria for Plan, write, and maintain simple programs |
Look Fors |
|---|---|
| I can write a program that includes looping structures. | * correct formatting of loops, * able to use multiple loops for different areas of the sketch, * used appropriately named variables for loops |