Answered step by step
Verified Expert Solution
Link Copied!

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

image text in transcribed

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

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image_2

Step: 3

blur-text-image_3

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Genomes And Databases On The Internet A Practical Guide To Functions And Applications

Authors: Paul Rangel

1st Edition

189848631X, 978-1898486312

More Books

Students also viewed these Databases questions

Question

The link:...

Answered: 1 week ago