Initial commit

This commit is contained in:
chris
2025-03-07 15:21:52 +00:00
commit cb750faca6
982 changed files with 129235 additions and 0 deletions

View File

@@ -0,0 +1,13 @@
# Loop an Array
## Instructions
Create a program that lists every 3rd number between 1-20 and prints it to the console.
> TIP: use a for-loop and modify the iteration-expression
## Rubric
| Criteria | Exemplary | Adequate | Needs Improvement |
| -------- | --------------------------------------- | ------------------------ | ------------------------------ |
| | Program runs correctly and is commented | Program is not commented | Program is incomplete or buggy |