Write java program that has two class the man class and citizenAcoount class. The program will calculate the citizen account based in two criteria: The number of family member. - If the family member exceed 7 the income increased by 50 RS per member The total family income - If the family income below 5000 RS the income increased by 1000 RS. the program output should be like this:

C++ Programming: From Problem Analysis to Program Design
8th Edition
ISBN:9781337102087
Author:D. S. Malik
Publisher:D. S. Malik
Chapter11: Inheritance And Composition
Section: Chapter Questions
Problem 9PE
icon
Related questions
Question
Write java program that has two class the man class and citizenAcoount class.
The program will calculate the citizen account based in two criteria:
The number of family member.
- If the family member exceed 7 the income increased by 50 RS per member
The total family income
- If the family income below 5000 RS the income increased by 1000 RS.
the program output should be like this:
Please Enter total income:
>> 5000
Please choice your criteria :
1.family member number
2.total income
>>1
Enter your family number?
8
Your new income is: 5400
Transcribed Image Text:Write java program that has two class the man class and citizenAcoount class. The program will calculate the citizen account based in two criteria: The number of family member. - If the family member exceed 7 the income increased by 50 RS per member The total family income - If the family income below 5000 RS the income increased by 1000 RS. the program output should be like this: Please Enter total income: >> 5000 Please choice your criteria : 1.family member number 2.total income >>1 Enter your family number? 8 Your new income is: 5400
Expert Solution
steps

Step by step

Solved in 2 steps with 4 images

Blurred answer
Knowledge Booster
Developing computer interface
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
C++ Programming: From Problem Analysis to Program…
C++ Programming: From Problem Analysis to Program…
Computer Science
ISBN:
9781337102087
Author:
D. S. Malik
Publisher:
Cengage Learning