At the end of this lesson, you will be able to:
- understand and use basic structured programming
- review:
- variables
- constants
- sequential programming
- decisions
- looping
- create a program that keeps accepting input (a mark between 0 and 100)
- this then shows the "running average"
- the process ends if you enter a -1 (used all the time in computer programming to mean end or error)
- show me your flowchart first, before coding!
- upload only the following:
- flowchart
- test cases
- code
- screenshot
- Github link
- work on the weekly assignment
- read over procedures, passing a variable by value, Chapter 4
- Computer Based Problem Solving