Question
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
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 StartedRecommended Textbook for
Elements Of Chemical Reaction Engineering
Authors: H. Fogler
6th Edition
013548622X, 978-0135486221
Students also viewed these Programming questions
Question
Answered: 1 week ago
Question
Answered: 1 week ago
Question
Answered: 1 week ago
Question
Answered: 1 week ago
Question
Answered: 1 week ago
Question
Answered: 1 week ago
Question
Answered: 1 week ago
Question
Answered: 1 week ago
Question
Answered: 1 week ago
Question
Answered: 1 week ago
Question
Answered: 1 week ago
Question
Answered: 1 week ago
Question
Answered: 1 week ago
Question
Answered: 1 week ago
Question
Answered: 1 week ago
Question
Answered: 1 week ago
Question
Answered: 1 week ago
Question
Answered: 1 week ago
Question
Answered: 1 week ago
View Answer in SolutionInn App