Menu

(Solved) : Using C Define Function Finding Returning Average Array Test Scores Throws Exception Eleme Q37162613 . . .

using c++

Define a function for finding and returning the average of anarray of test scores, that throws an exception if any element inthe array is less than zero or greater than 100. Be sure todemonstrate the exception handling by calling the function in atry/catch block, once with an array that will result in anexception and once with an array that won’t.

thank you

Expert Answer


Answer to using c++ Define a function for finding and returning the average of an array of test scores, that throws an exception i…

OR