A student has established the following monthly budget:Housing 500.00Utilities 150.00Household expenses 65.00Tran sporta tion 50.00Food 250.00Medical 30.00Insurance 100.00Entertainment 150.00Clothing 75.00Miscellaneous 50.00Write a modular program that declares a Monthl yBudget structure with membervariables to hold each of these expense categor ies. The program should create twoMonthl yBudget structure variab les. The first will hold the budget figures given above.The second will hold the user-enter amoun ts actually spent during the past month.Using Program 7-19 as a model, the program should create a screen form that displayseach category name and its budgeted amoun t, then positions the cursor next to it forthe user to enter the amount actually spent in that category. Once the user data has allbeen entered, the program should compute and display the amoun t over or underbudget the student's expend itur es were in each category, as well as the amount over orunder budget for the entire month.
A student has established the following monthly budget:
Housing 500.00
Utilities 150.00
Household expenses 65.00
Tran sporta tion 50.00
Food 250.00
Medical 30.00
Insurance 100.00
Entertainment 150.00
Clothing 75.00
Miscellaneous 50.00
Write a modular
variables to hold each of these expense categor ies. The program should create two
Monthl yBudget structure variab les. The first will hold the budget figures given above.
The second will hold the user-enter amoun ts actually spent during the past month.
Using Program 7-19 as a model, the program should create a screen form that displays
each category name and its budgeted amoun t, then positions the cursor next to it for
the user to enter the amount actually spent in that category. Once the user data has all
been entered, the program should compute and display the amoun t over or under
budget the student's expend itur es were in each category, as well as the amount over or
under budget for the entire month.
Trending now
This is a popular solution!
Step by step
Solved in 3 steps with 5 images