Programming Assignment 1 - johnfraserss/ICS3U GitHub Wiki

See repl.it for assignment details.

Due Dates and Submission Details

You will be submitting this project through repl.it by the due date.

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 Goals for this include Programming Concepts. The specific Learning Goal(s) for this include:

  • 📘 We are learning to work with different data structures in simple computer programs.
  • 📘 We are learning to test and create simple modular programs.
  • 📘 We are learning to format, analyze, and document computer programs to ensure accuracy and clarity.
Success Criteria Look Fors
📘 I can use constants and variables correctly in my program. To be co-created.
📘 I can use selection control structures (if statements) appropriately in a program. To be co-created.
📘 I can use repetition control structures (loops) appropriately in a program. To be co-created.
📘 I can use existing subprograms in a program (built-in functions). To be co-created.
📘 I can write custom subprograms that use parameter passing and appropriate scope to perform specific tasks in a program (functions with parameters). To be co-created.
📘 I can use workplace and professional conventions correctly to write programs and internal documentation (naming, indenting, commenting). To be co-created.
📘 I can interpret error messages displayed by programming tools during software creation. To be co-created.
📘 I can design user-friendly software interfaces (in the console). To be co-created.
⚠️ **GitHub.com Fallback** ⚠️