Question: build a C++ program that allows a user to calculate their average monthly grocery bill. A user should be able to enter a total grocery
build a C++ program that allows a user to calculate their average monthly grocery bill. A user should be able to enter a total grocery balance for x number of months and see the average of that total based on the number of entries. Please see the example below for how the execution screen should look.
Example:
100
200
500
200
Your total amount is $1,000
Your average grocery spending is $250
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
