Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

1. Write a program that creates an exception class called InvalidMonthException designed to be thrown when a user enters an invalid month. 2. Create an

1. Write a program that creates an exception class called InvalidMonthException designed to be thrown when a user enters an invalid month.

2. Create an application that asks users to input their birth month as an integer, and then prints a custom message. FOr example, it should display "You are born in October" if the user enters 10. You could create a String array and store the months of a year. SO, the array elements will be January, February,....,December.

Now, use a while loop to ask the user to enter a valid integer number between 1-12 corresponding to the birth month, until the user enters -1 to exit. Your program should throw an InvalidMonthException if the user enters a value not between 1-12. Handle the exception by printing an appropriate message, and then continue processing more month numbers.

please do in java. thank you.

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

Beginning C# 5.0 Databases

Authors: Vidya Vrat Agarwal

2nd Edition

1430242604, 978-1430242604

Students also viewed these Databases questions

Question

How do we organise for international logistics?

Answered: 1 week ago