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 Persons gender and age. You will need to use if else if statements. Make sure when displaying the Persons name in the output to call the getName() method for the Person Object you created.

![[Solved] java program that prompts the user for their gender, age, and name](https://assignmentchef.com/wp-content/uploads/2022/08/downloadzip.jpg)

![[Solved] COP 2800 Assignment 4](https://assignmentchef.com/wp-content/uploads/2022/08/downloadzip-1200x1200.jpg)
Reviews
There are no reviews yet.