Question: Make a program that calculates the average of all the numbers stored in the file. 22 14 -99 It should handle anyIOErrorexceptions that are raised
Make a program that calculates the average of all the numbers stored in the file.
22
14
-99
- It should handle anyIOErrorexceptions that are raised when the file is opened and data is read from it.
- It should handle anyValueErrorexceptions that are raised when the items that are read from the file are converted to a number.
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
