One more time for Student Average!…why do I keep going back to Student Average?…because working with something you are familiar with with help you to focus on the new tasks…familiarity should work to your advantage…but after this week…
Your assignment for this week is to add error handling and functions to your Student Average Program…specifically:
- Add a loop to allow someone to enter as many students as they want…
- Add some kind of error handling for EVERY input in your program…
- Create and use at least TWO functions in your code (error handling is a great place for functions!)…
- Add/display proper messages to the person running the program (me!) so that I know how to utilize the new program…
- Update your flowchart to include the loops, the functions and the error handling…
What you will be submitting this week is an UPDATED Checklist, an UPDATED Flowchart and an UPDATED working program…your code should be submitted in a separate Python program file…