Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

The while loop reads values from input until three integers are read. Complete the exception handler in the while loop to catch an InputMismatchException exception

The while loop reads values from input until three integers are read. Complete the exception handler in the while loop to catch an InputMismatchException exception and:
Output "Bad input for manufacture year is discarded". End with a newline.
Discard the invalid input.
Ex: If the input is 1945197620041909, then the output is:
Manufacture year: 1945
Manufacture year: 1976
Manufacture year: 2004
Processed three valid input values
Ex: If the input is 19451976 H 20041909, then the output is:
Manufacture year: 1945
Manufacture year: 1976
Bad input for manufacture year is discarded
Manufacture year: 2004
Processed three valid input values
Note: Each value read from input is on one line.

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

Database Design And Implementation

Authors: Edward Sciore

2nd Edition

3030338355, 978-3030338350

More Books

Students also viewed these Databases questions