MUST BE IN ONE JAVA FILE Write a Java program A4p1.java with a public class A4p1 and no named packages to read from stdin information for several singers and dancers. You can try with the following design choices: design an abstract superclass Person with appropriate constructor(s) to initialize member variables such as name (of type String), sex (of type String), age (of type int), rank (of type int); design an interface Honorable with one method HowToHonor (of return type String); the Person class can have an abstract method HowToPerform (of return type String) and implement the Comparable interface; design two additional non-abstract subclasses Singer and Dancer of the Person class with appropriate constructor(s) and let them implement the Honorable interface. You can override the toString method of these three classes to provide a suitable string representation for objects of these classes. Put all classes and interfaces in the same file. A sample run can look like the following (you can also try running it with standard input redirection):

Programming Logic & Design Comprehensive
9th Edition
ISBN:9781337669405
Author:FARRELL
Publisher:FARRELL
Chapter8: Advanced Data Handling Concepts
Section: Chapter Questions
Problem 17RQ
icon
Related questions
Question

MUST BE IN ONE JAVA FILE

Write a Java program A4p1.java with a public class A4p1 and no named packages to read from stdin information for several singers and dancers. You can try with the following design choices: design an abstract superclass Person with appropriate constructor(s) to initialize member variables such as name (of type String), sex (of type String), age (of type int), rank (of type int); design an interface Honorable with one method HowToHonor (of return type String); the Person class can have an abstract method HowToPerform (of return type String) and implement the Comparable interface; design two additional non-abstract subclasses Singer and Dancer of the Person class with appropriate constructor(s) and let them implement the Honorable interface. You can override the toString method of these three classes to provide a suitable string representation for objects of these classes. Put all classes and interfaces in the same file. A sample run can look like the following (you can also try running it with standard input redirection):

How many persons do you want to input? 3
Enter information for person 1:
Name: Tom
Sex ('F' or 'M') : M
Age: 19
Singer or Dancer ('S' or 'D'): S
Favorite song: song1
ASA rank (1,2, or 3): 2
Enter information for person 2:
Name: Jerry
Sex ('F' or 'M') : M
Age: 18
Singer or Dancer ('S' or 'D'): D
Favorite dance: dancel
ADA rank (1,2, or 3): 3
Enter information for person 3:
Name: Alice
Sex ('F' or 'M'): F
Age: 20
Singer or Dancer ('S' or 'D'): D
Favorite dance: dance2
ADA rank (1,2, or 3): 1
The persons you entered are:
Tom is male and is 19 years old and is an ASA rank 2 singer with
favorite song song1.
Transcribed Image Text:How many persons do you want to input? 3 Enter information for person 1: Name: Tom Sex ('F' or 'M') : M Age: 19 Singer or Dancer ('S' or 'D'): S Favorite song: song1 ASA rank (1,2, or 3): 2 Enter information for person 2: Name: Jerry Sex ('F' or 'M') : M Age: 18 Singer or Dancer ('S' or 'D'): D Favorite dance: dancel ADA rank (1,2, or 3): 3 Enter information for person 3: Name: Alice Sex ('F' or 'M'): F Age: 20 Singer or Dancer ('S' or 'D'): D Favorite dance: dance2 ADA rank (1,2, or 3): 1 The persons you entered are: Tom is male and is 19 years old and is an ASA rank 2 singer with favorite song song1.
Jerry is male and is 18 years old and is an ADA rank 3 dancer with
favorite dance dancel.
Alice is female and is 20 years old and is an ADA rank 1 dancer with
favorite dance dance2.
All the persons sorted by age are:
Jerry is male and is 18 years old and is an ADA rank 3 dancer with
favorite dance dancel.
Tom is male and is 19 years old and is an ASA rank 2 singer with
favorite song song1.
Alice is female and is 20 years old and is an ADA rank 1 dancer with
favorite dance dance2.
Transcribed Image Text:Jerry is male and is 18 years old and is an ADA rank 3 dancer with favorite dance dancel. Alice is female and is 20 years old and is an ADA rank 1 dancer with favorite dance dance2. All the persons sorted by age are: Jerry is male and is 18 years old and is an ADA rank 3 dancer with favorite dance dancel. Tom is male and is 19 years old and is an ASA rank 2 singer with favorite song song1. Alice is female and is 20 years old and is an ADA rank 1 dancer with favorite dance dance2.
Expert Solution
trending now

Trending now

This is a popular solution!

steps

Step by step

Solved in 4 steps with 7 images

Blurred answer
Follow-up Questions
Read through expert solutions to related follow-up questions below.
Follow-up Question

Where is the second part of the code that prints the people in order of age? Seen in the example output.

Solution
Bartleby Expert
SEE SOLUTION
Knowledge Booster
Reference Types in Function
Learn more about
Need a deep-dive on the concept behind this application? Look no further. Learn more about this topic, computer-science and related others by exploring similar questions and additional content below.
Similar questions
  • SEE MORE QUESTIONS
Recommended textbooks for you
Programming Logic & Design Comprehensive
Programming Logic & Design Comprehensive
Computer Science
ISBN:
9781337669405
Author:
FARRELL
Publisher:
Cengage
Np Ms Office 365/Excel 2016 I Ntermed
Np Ms Office 365/Excel 2016 I Ntermed
Computer Science
ISBN:
9781337508841
Author:
Carey
Publisher:
Cengage