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 Sep 26, 2021
·
4 revisions
- Update Assignment 1 to include the use of conditional statements (
if) and looping structures (fororwhile). 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.
- 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.
- If statements (including
else if,else,&&,||,<,>, etc.) must be used. - Multiple looping structures (
fororwhile) must be used (some examples could include: 2 uses offor, 3 uses ofwhile, 1 use offorand 1 use ofwhile, etc.).
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 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. |