Question: Construct a Flowchart for the program above: main.cpp 1 /This program declares a MonthLyBudget structure with variables 2 //that hold expense categories #include using namespace

 Construct a Flowchart for the program above: main.cpp 1 /This programdeclares a MonthLyBudget structure with variables 2 //that hold expense categories #includeusing namespace std; 6 struct MonthlyBudget float housing; float utilities; float houseHoldExpenses;

Construct a Flowchart for the program above:

main.cpp 1 /This program declares a MonthLyBudget structure with variables 2 //that hold expense categories #include using namespace std; 6 struct MonthlyBudget float housing; float utilities; float houseHoldExpenses; float transportation; float food float medical; float insurance; float entertainment; float clothing; float miscellaneous 18 14 15 16 19 20 void GetBudget (MonthlyBudget &); 21 void DailyReport (MonthlyBudget, MonthlyBudget)il int main() 23 24 25 26 MonthlyBudget mbudget - 5e0.8e, 150.0, 65.88, 58.08, 258.e8, 30.e8, 1e0.e2, 15e.88, 75.88, 50.e0 , budget; 28 29 30 31 32 GetBudget (budget) DailyReport (mbudget, budget) system ("pause return e 34 35 36 37 38 39 40 41 42 43 void GetBudget (MonthlyBudget &b) cout b.housing cout > b.utilities cout> b.houseHoldExpenses; cout > b.transportation; cout b.medical; cout >b.entertainment; cout b.clothing: cout > b.miscellaneous: 45 46 48 49 50 52 53 56 58 59

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!