A Java program the displays the State bird and flower

computer science

Description

Homework 4


Before attempting this project, be sure you have completed all of the reading assignments, hands-on

labs, discussions, and assignments to date.


(25 points) Write a Java program the displays the State bird and flower. You should use your IDE for this

exercise. You should also use Java classes to their full extent to include multiple methods and at least

two classes. The program should prompt the user to enter a State and print both the State bird and

flower. The user should be able to enter a State without worrying about case. (e.g. Users could enter

Maryland, maryland, MARYLAND or any other possible combination of lower and upper case characters.


States may also contain leading and trailing white spaces. Hint: Store the State information in a multi-

dimensional array. The program should continue to prompt the user to enter a state until “None” is


entered. You will need to do some research to find the State birds and flowers. Here is a sample run:

Enter a State or None to exit:

Maryland

Bird: Baltimore Oriole

Flower: Black-eyed Susan

Enter a State or None to exit:

Delaware

Bird: Blue Hen Chicken

Flower: Peach Blossom

Enter a State or None to exit:

None


Related Questions in computer science category


Disclaimer
The ready solutions purchased from Library are already used solutions. Please do not submit them directly as it may lead to plagiarism. Once paid, the solution file download link will be sent to your provided email. Please either use them for learning purpose or re-write them in your own language. In case if you haven't get the email, do let us know via chat support.