Using two classes, create a Java program that instantiates three State objects. Your program will prompt the user to enter the names and populations of three states, which are then stored in the fields of the three State objects. The program will then retrieve this data from the objects, printing the names and populations of each state. State Class (State.java) • Must contain two fields: o A String called stateName o An int called population A method named toString that returns a String containing the stateName and population fields. o String to return: "State Name: stateName. Population: population." StateDemo Class (StateDemo.java) This is the class that will demo the State objects; thus, it contains the main method. In the main method: Construct three instances of State objects • Prompt the user to enter the name and population for a state. o Store the name and population to one of the three State objects. o Prompt the user to enter the name and population of two more states, storing the name and population of each to their own State object. • Print the name and population of each state using the toString method of each State object. Be sure to use comments to document your code. Sample Input/Output Please enter the first state: Pennsylvania Please enter the first state's population: 12702379 Please enter the second state: New Jersey Please enter the second state's population: 8791894 Please enter the third state: Delaware Please enter the third state's population: 897934 State Name: Pennsylvania. Population: 12702379. State Name: New Jersey. Population: 8791894. State Name: Delaware. Population: 897934.

Computer Networking: A Top-Down Approach (7th Edition)
7th Edition
ISBN:9780133594140
Author:James Kurose, Keith Ross
Publisher:James Kurose, Keith Ross
Chapter1: Computer Networks And The Internet
Section: Chapter Questions
Problem R1RQ: What is the difference between a host and an end system? List several different types of end...
icon
Related questions
Question
Hello, can you help me with this please??
Using two classes, create a Java program that instantiates three State objects. Your program will prompt
the user to enter the names and populations of three states, which are then stored in the fields of the
three State objects. The program will then retrieve this data from the objects, printing the names and
populations of each state.
State Class (State.java)
Must contain two fields:
O A String called stateName
o An int called population
A method named toString that returns a String containing the stateName and population fields.
o String to return: "State Name: stateName. Population: population."
StateDemo Class (StateDemo.java)
This is the class that will demo the State objects; thus, it contains the main method.
In the main method:
Construct three instances of State objects
Prompt the user to enter the name and population for a state.
o Store the name and population to one of the three State objects.
o Prompt the user to enter the name and population of two more states, storing the name
and population of each to their own State object.
Print the name and population of each state using the toString method of each State object.
Be sure to use comments to document your code.
Sample Input/Output
Please enter the first state: Pennsylvania
Please enter the first state's population: 12702379
Please enter the second state: New Jersey
Please enter the second state's population: 8791894
Please enter the third state: Delaware
Please enter the third state’s population: 897934
State Name: Pennsylvania. Population: 12702379.
State Name: New Jersey. Population: 8791894.
State Name: Delaware. Population: 897934.
Transcribed Image Text:Using two classes, create a Java program that instantiates three State objects. Your program will prompt the user to enter the names and populations of three states, which are then stored in the fields of the three State objects. The program will then retrieve this data from the objects, printing the names and populations of each state. State Class (State.java) Must contain two fields: O A String called stateName o An int called population A method named toString that returns a String containing the stateName and population fields. o String to return: "State Name: stateName. Population: population." StateDemo Class (StateDemo.java) This is the class that will demo the State objects; thus, it contains the main method. In the main method: Construct three instances of State objects Prompt the user to enter the name and population for a state. o Store the name and population to one of the three State objects. o Prompt the user to enter the name and population of two more states, storing the name and population of each to their own State object. Print the name and population of each state using the toString method of each State object. Be sure to use comments to document your code. Sample Input/Output Please enter the first state: Pennsylvania Please enter the first state's population: 12702379 Please enter the second state: New Jersey Please enter the second state's population: 8791894 Please enter the third state: Delaware Please enter the third state’s population: 897934 State Name: Pennsylvania. Population: 12702379. State Name: New Jersey. Population: 8791894. State Name: Delaware. Population: 897934.
Expert Solution
trending now

Trending now

This is a popular solution!

steps

Step by step

Solved in 4 steps with 3 images

Blurred answer
Recommended textbooks for you
Computer Networking: A Top-Down Approach (7th Edi…
Computer Networking: A Top-Down Approach (7th Edi…
Computer Engineering
ISBN:
9780133594140
Author:
James Kurose, Keith Ross
Publisher:
PEARSON
Computer Organization and Design MIPS Edition, Fi…
Computer Organization and Design MIPS Edition, Fi…
Computer Engineering
ISBN:
9780124077263
Author:
David A. Patterson, John L. Hennessy
Publisher:
Elsevier Science
Network+ Guide to Networks (MindTap Course List)
Network+ Guide to Networks (MindTap Course List)
Computer Engineering
ISBN:
9781337569330
Author:
Jill West, Tamara Dean, Jean Andrews
Publisher:
Cengage Learning
Concepts of Database Management
Concepts of Database Management
Computer Engineering
ISBN:
9781337093422
Author:
Joy L. Starks, Philip J. Pratt, Mary Z. Last
Publisher:
Cengage Learning
Prelude to Programming
Prelude to Programming
Computer Engineering
ISBN:
9780133750423
Author:
VENIT, Stewart
Publisher:
Pearson Education
Sc Business Data Communications and Networking, T…
Sc Business Data Communications and Networking, T…
Computer Engineering
ISBN:
9781119368830
Author:
FITZGERALD
Publisher:
WILEY