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

Programming Assignment 2

mrseidel edited this page Sep 26, 2021 · 4 revisions

This has not been updated for 2021-2022 School Year yet.

πŸ“˜ Task(s)

  • Update Assignment 1 to include the use of conditional statements (if) and looping structures (for or while). This is also your opportunity to improve on Assignment 1 criteria.
  • Update your IPO Chart to include your planned conditionals and loops.
  • Update the program.

Task Criteria

  1. For any Assignment 1 criteria you wish to have re-evaluated, you must include what you would like re-evaluated in your documentation header. Include line number(s) on where to find the corrections. You will be provided with an example.
  2. If statements (including else if, else, &&, ||, <, >, etc.) must be used.
  3. Multiple looping structures (for or while) must be used (some examples could include: 2 uses of for, 3 uses of while, 1 use of for and 1 use of while, etc.).

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.

Learning Goals and Success Criteria

The Overarching Learning Goal for this is Programming Concepts. The specific Learning Goal(s) for this include:

  • We are learning to explain programming concepts and constructs.
  • We are learning to plan, write, and maintain simple programs.

You will be assessed on the following new Success Criteria, as well as any improvements needed from the previous assignment.

Success Criteria for
We are learning to explain programming concepts and constructs
Learning and Improvement Comments
I can describe the function of Boolean, comparison, and arithmetic operators
I can identify situations in which looping structures are required.
Success Criteria for
We are learning to plan, write, and maintain simple programs
Learning and Improvement Comments
I can write a program that includes looping structures.

Clone this wiki locally