Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

Currently taking a beginners Java course and learning about arithmetic. (for Mac) Use Java Language: For this assignment, you are going to analyze a family's

Currently taking a beginners Java course and learning about arithmetic. (for Mac)

Use Java Language: For this assignment, you are going to analyze a family's spending habits by creating a program that performs arithmetic calculations. The program should ask the user to enter information for the following questions.

  1. How much does the family spend on groceries per month?
  2. How much does the family spend on dining out per month?
  3. How much does the family spend on entertainment per month?
  4. How much does the family spend on rent/mortgage per month?
  5. How much does the family spend on utilities per month?
  6. How many family members are there?
  7. What is the family income per year?

Questions 15 and 7 should accept decimal values from the user. Question 6 should accept an integer from the user.

The program should output the total amount that the family spent on food per month. This includes groceries and dining out. The program also needs to output the total amount spent on living expenses each month. This is the sum of rent/mortgage and utilities. The program should also display the entertainment expenses per person per month. Finally, the program needs to show the family surplus (deficit if the number is negative). This is the income minus all expenses. But remember that the expenses are input as monthly numbers and the income is yearly, so you will need to convert the monthly expenses to yearly numbers to calculate the surplus.

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Database Principles Programming And Performance

Authors: Patrick O'Neil, Elizabeth O'Neil

2nd Edition

1558605800, 978-1558605800

More Books

Students also viewed these Databases questions