- Create A Class Named Household That Includes Data Fields For The Number Of Occupants And The Annual Income As Well As M 1 (23.22 KiB) Viewed 21 times
Create a class named Household that includes data fields for the number of occupants and the annual income, as well as m
-
- Site Admin
- Posts: 899603
- Joined: Mon Aug 02, 2021 8:13 am
Create a class named Household that includes data fields for the number of occupants and the annual income, as well as m
Create a class named Household that includes data fields for the number of occupants and the annual income, as well as methods to accept the values and display each field. In addition, create a default constructor that automatically sets the occupants field to 1 and the income field to 0. Save this file as Household.java