Hey everyone! me and my friend are writing a program that reads
test scores form a file, prints them, and then averages them out and prints that.
So we have it working, but we want to add something.
We want to make it that if the user inputs a invalid file path they will get an error and then asked to write a valid one without running the program again.
Here's our code so far:
Thanks in advance!