This repository has been 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 Sep 5, 2022
·
4 revisions
- Update Assignment 1 to include looping structures (
for
orwhile
). - Multiple looping structures (
for
orwhile
) 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:
- Plan, write, and maintain simple programs.
You will be evaluated on the following success criteria.
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 |