โ Back to Functions
Question 150
Validate Test Score
Validate Test Score
Complete thevalidateScore(int score)function. - Ifscoreis less than 0 or greater than 100, throw astd::out_of_rangewith the message"Score must be between 0 and 100"- Otherwise, returnscoreDo NOT write a main function.
Expected Output:
85
Topics:
FunctionsExceptions
Code Editor
1
Tab to indent ยท Ctrl+Enter to run ยท Ctrl+Space to expand shortcuts (cout, fori)
Your Output
Run your code to see the output here...
Test Cases
Run your code to see test case results.