Answered step by step
Verified Expert Solution
Question
1 Approved Answer
Assume you need to read a series of test marks (integers) from a text file called marks.txt. A valid test mark should be between 0
Assume you need to read a series of test marks (integers) from a text file called marks.txt. A valid test mark should be between 0 and 100. (a) Define a class called IllegalMarkException. This class contains only one constructor which takes a string parameter. (b) Define a main method to do the following: i. Write a try block. In the block, input and display all the test marks from the marks.txt file. If an invalid mark is read, throw an IllegalMarkException. ii. Write a catch block to handle the IllegalMarkException. In the block, print the message: "IllegalMarkException: The mark must be between 0 and 100
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started