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 28, 2021 · 4 revisions

πŸ“˜ Task(s)

  • Update Assignment 1 to include the use of looping structures (for or while).
  • This is your opportunity to improve on Assignment 1 criteria, if necessary.
    • If you need to make improvements on your IPO Chart, update it to include looping structures before handing it in again.

Task Criteria

  • 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.
  • Multiple looping structures (for or while) must be used.

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