Asked by kevin perez

write a program that would prompt the user to enter an indefinite number of sales per day. display the total and average sales and display if the total sales is lower than $500 display "no profit" other display "profit was made

Answers

Answered by Writeacher
Put your SUBJECT in the correct box, not the name of your school.
Answered by bobpursley
I am not going to write the program for you, but do wonder how a total or average sales can be computed on a machine for an <b>infinite</b> number of sales. I even wonder how it could count those sales.
Answered by kevin perez
write a program that would prompt the user to enter an indefinite number of sales per day. display the total and average sales and display if the total sales is lower than $500 display "no profit" other display "profit was made

I know how to start it off but when I reach the cout... am lost
#include <iostream>
using namespace std;

int main()
{
double
There are no AI answers yet. The ability to request AI answers is coming soon!

Related Questions