Skip to content
This repository has been archived by the owner on Aug 3, 2023. It is now read-only.

Programming Assignment 2

mrseidel edited this page Sep 5, 2022 · 4 revisions

๐Ÿ“˜ Task(s)

  • Update Assignment 1 to include looping structures (for or while).
  • Multiple looping structures (for or while) must be used.
  • The loops that you use should not be similar to the exercises.

Due Dates and Submission Details

Please see the due dates page for more details on when this is due and how to submit your work.

Goals and Success Criteria

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