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
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!
Submit Your Answer
We prioritize human answers over AI answers.
If you are human, and you can answer this question, please submit your answer.