Question: Using this code, please create a class that satisfies the prompt, thank you. #include using namespace std; int main() { int n = 0; double

Using this code, please create a class that satisfies the prompt, thank you.
#include
int main() { int n = 0; double total=0, average, temp, numBills=0; //Reading number of Months the user wants to find the average for cout> numBills; do{ n++; cin>>temp; total += temp; }while(n
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
