Common Programming Exam Errors
Here is a list of common errors that students have committed in previous exams.
You will receive no credit for an answer that commits any of these errors!
Here is a list of common errors that students have committed in previous exams.
You will receive no credit for an answer that commits any of these errors!
It is okay to use output statements in your main program to display the results of calls to your function. But it is a waste of time to use input statements in your main program since it is okay to hard-code the values of any arrays that you use to test your function.