[SOLVED] java program that prompts the user for their gender, age, and name

25.00 $

Programming resource
, Digital learning resource
Categories: ,
Practical programming resource
Suitable for guided study and reference
Tutor guidance available when needed

Description

5/5 - (4 votes)

Write a java program that prompts the user in the Java console (using Scanner) or in a Dialog Box (using JOptionPane.showInputDialog)for their gender, age, and name. The program should use this information to instantiate(construct) a Person object using the Person class as template : Person.java

The program should suggest a pet based on the Person’s gender and age. You will need to use if else if statements. Make sure when displaying the Person’s name in the output to call the getName() method for the Person Object you created.

Resource details

Understand the Task Before You Use the Resource

Review the requirements, identify the programming concepts involved, study the implementation and test your understanding with your own examples and modifications.