Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

Suppose you must input a list of room temperatures (integers) from a text file called temps.txt. A valid temperature should be between 10 and 30

Suppose you must input a list of room temperatures (integers) from a text file called temps.txt. A valid temperature should be between 10 and 30 degrees.

(a) Define a class called IllegalTempException. This class contains only one constructor which takes a string parameter.

(b) Define a main method to do the following:

i. Uses a try block. In the block, input and display all the temperatures from the temps.txt file. If an invalid temperature is read, throw an IllegalTempException.

ii. Uses a catch block to handle the IllegalTempException. In the block, print the message "The temperature must be between 10 and 30".

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

Step: 3

blur-text-image

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

Elements Of Chemical Reaction Engineering

Authors: H. Fogler

6th Edition

013548622X, 978-0135486221

More Books

Students also viewed these Programming questions

Question

Draw and name all possible isomers of heptyne.

Answered: 1 week ago

Question

e. What seems to prevent it from occurring?

Answered: 1 week ago

Question

What was said first? What was said next? etc.)

Answered: 1 week ago