Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

,be original do not just copy from other websites like c *h*e*g*gor previously done and uploaded assignments on this website. Homework 4 Before attempting this

,be original do not just copy from other websites like c *h*e*g*gor previously done and uploaded assignments on this website.

image text in transcribed
Homework 4 Before attempting this project, be so re you have completed all of the reading assignments, hands-on labs, discussions, and assignments to date. Write a Java program the displays the State bird and ower. 1'I'ou should use your ID! for this exercise. You should also use Java classes to their full extent to include multiple methods and at least two classa. 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 nd the State birds and owers. 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 were Thank YOU with: 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 Jaya style guide, provided as link in the week 2 content, should be used to format and document your code. Specically, the following style guide attributes should he addressed: 0 Header comments include filename, author, date and brief purpose of the program. 0 Inline comments used to describe major functionality of the code. a Meaningful 1yariable names and prompts applied. lI'Cilass names are written in UpperCamelCase. Variable names are written in lowerCamelCase. Constant names are in written in All Capitals. Braces use Kill! style

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_2

Step: 3

blur-text-image_3

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

Introduction to Wireless and Mobile Systems

Authors: Dharma P. Agrawal, Qing An Zeng

4th edition

1305087135, 978-1305087132, 9781305259621, 1305259629, 9781305537910 , 978-130508713

More Books

Students also viewed these Programming questions