Write a program that declares a monthlybudget structure


A student has established the following monthly budget:

Housing 500.00 
Utilities 150.00 
Household expenses 65.00 
Transportation 50.00 
Food 250.00 
Medical 30.00 
Insurance 100.00 
Entertainment 150.00 
Clothing 75.00 
Miscellaneous 50.00

Write a program that declares a MonthlyBudget structure with member variables to hold each of these expense categories. The program should create two MonthlyBudget structure variables. The first will hold the budget figures given above. The second will be passed to a function that has the user enter the amounts actually spend in each budget catergory during the past month. The program should then pass both structure variables to a function that displays a report indicating the amount over or under budget the student spend in each category, as well as the amount over or under for the entire monthly budget.

Request for Solution File

Ask an Expert for Answer!!
Programming Languages: Write a program that declares a monthlybudget structure
Reference No:- TGS0110407

Expected delivery within 24 Hours