JAVA PROGRAMMING - Create a class named Person that has the attributes: First name - String Last name - String Gender - String Age - Integer Address - String - Create two constructors: one that accepts the first name and the last name only and one that accepts all attributes. Accept inputs for all attributes and create two subjects that use each constructor. Print their attributes. Inputs: 1. Enter first name 2. Enter last name 3. Enter gender 4. Enter age 5. Enter address Output: Enter first name: John Enter last name: Doe Enter gender: Male Enter age: 19 Enter address: JDoe Object 1 First Name: John Last name: Doe Gender: Age: Address: Object 2 First Name: John Last name: Doe Gender: Male Age: 19 Address: JDoe

EBK JAVA PROGRAMMING
9th Edition
ISBN:9781337671385
Author:FARRELL
Publisher:FARRELL
Chapter2: Using Data
Section: Chapter Questions
Problem 1GZ
icon
Related questions
Question

JAVA PROGRAMMING - Create a class named Person that has the attributes: First name - String Last name - String Gender - String Age - Integer Address - String - Create two constructors: one that accepts the first name and the last name only and one that accepts all attributes. Accept inputs for all attributes and create two subjects that use each constructor. Print their attributes. Inputs: 1. Enter first name 2. Enter last name 3. Enter gender 4. Enter age 5. Enter address Output: Enter first name: John Enter last name: Doe Enter gender: Male Enter age: 19 Enter address: JDoe Object 1 First Name: John Last name: Doe Gender: Age: Address: Object 2 First Name: John Last name: Doe Gender: Male Age: 19 Address: JDoe

Expert Solution
steps

Step by step

Solved in 3 steps with 1 images

Blurred answer
Knowledge Booster
Unreferenced Objects
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
EBK JAVA PROGRAMMING
EBK JAVA PROGRAMMING
Computer Science
ISBN:
9781337671385
Author:
FARRELL
Publisher:
CENGAGE LEARNING - CONSIGNMENT
EBK JAVA PROGRAMMING
EBK JAVA PROGRAMMING
Computer Science
ISBN:
9781305480537
Author:
FARRELL
Publisher:
CENGAGE LEARNING - CONSIGNMENT