Enter your quiz results and calculate your score.
Enter the total number of questions and the number answered correctly.
For this project, I added exception handling to the CCNA Quiz Score Calculator form. I used a try...catch statement to validate user input and display error messages when invalid values are entered. The program checks for blank fields, non-numeric values, zero or negative total questions, and situations where the number of correct answers exceeds the total number of questions.