Best writers. Best papers. Let professionals take care of your academic papers

Order a similar paper and get 15% discount on your first order with us
Use the following coupon "FIRST15"
ORDER NOW

Write a Java program the displays the State bird and flower

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. After all States have been entered by the user, the program should display a summary of the results. 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**** Thank you *****
A summary report for each State, Bird, and Flower is: Maryland, Baltimore Oriole, Black-eyed Susan Delaware, Blue Hen Chicken, Peach Blossom
Please visit our site again!
Create a test class that constructs at least 3 States objects. For each of the objects constructed, demonstrate the use of each of the methods. Be sure to use your IDE to accomplish this assignment.
The google recommended Java style guide, provided as link in the week 2 content, should be used to format and document your code. Specifically, the following style guide attributes should be addressed:

-  Header comments include filename, author, date and brief purpose of the program.
-  In-line comments used to describe major functionality of the code.
-  Meaningful variable names and prompts applied.
-  Class names are written in UpperCamelCase.
-  Variable names are written in lowerCamelCase.
-  Constant names are in written in All Capitals.
-  Braces use K&R style

Homework 4Before attempting this project, be sure you have completed all of the reading assignments, hands-onlabs, discussions, and assignments to date.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 usershould 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. Statesmay 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” isentered.After all States have been entered by the user, the program should display a summary of theresults. 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:MarylandBird: Baltimore OrioleFlower: Black-eyed SusanEnter a State or None to exit:DelawareBird: Blue Hen ChickenFlower: Peach BlossomEnter a State or None to exit:None**** Thank you *****A summary report for each State, Bird, and Flower is:Maryland, Baltimore Oriole, Black-eyed SusanDelaware, Blue Hen Chicken, Peach BlossomPlease visit our site again!Create a test class that constructs at least 3 States objects. For each of the objects constructed,demonstrate the use of each of the methods.Be sure to use your IDEto accomplish this assignment.The google recommended Java style guide, provided as link in the week 2 content, should be used toformat and document your code. Specifically, the following style guide attributes should be addressed:Header comments include filename, author, date and brief purpose of the program.In-line comments used to describe major functionality of the code.Meaningful variable names and prompts applied.Class names are written in UpperCamelCase.Variable names are written in lowerCamelCase.Constant names are in written in All Capitals.Braces use K&R style.
Background image of page 1
Submission requirementsDeliverables include all Java files (.java) and a single word (or PDF) document. The Java files should benamed appropriately for your applications. The word (or PDF) document should include screen capturesshowing the successful compiling and running of each of the test cases. Each screen capture should beproperly labeled clearly indicated what the screen capture represents. The test cases table should beincluded in your word or PDF document and properly labeled as well.Submit your files to the Homework 4 assignment area no later than the due date listed in your LEOclassroom. You should include your name and HW4 in your word (or PDF) file submitted (e.g.firstnamelastnamehw4.docx or firstnamelastnamehw4.pdf)Grading Rubric:The following grading rubric will be used to determine your grade:AttributeMeetsDoes not meetStatesDataEntry Class10 pointsThe program prompts the userto enter a State and prints boththe State bird and flower.State data entry is caseinsensitive.States data may also containleading and trailing whitespaces.The program continues toprompt the user to enter a stateuntil “None” is entered.After all data has been enteredby the user, the programdisplays a summary report of allstate requests.An IDE (Netbeans or Eclipse)was used for this assignment.0 pointsThe program does not promptthe user to enter a State andprints both the State bird andflower.State data entry for caseinsensitive input are nothandled properly.States data containing leadingand trailing white spaces arenot handled properly.The program does not continueto prompt the user to enter astate until “None” is entered.After all data has been enteredby the user, the program doesnot display a summary report ofall state requests.An IDE (Netbeans or Eclipse)was not used for thisassignment.Test StatesDataEntry Class5 points0 points
Background image of page 2

Show 

 
Looking for a Similar Assignment? Order now and Get 10% Discount! Use Coupon Code "Newclient"