Ask a New Question
Search
Design a flowchart for a program that will read SALES from each record, print each sales amount, and print the number of records read.
1 answer
n=0
while read sales {
n++
print n,sales
}
print n
Ask a New Question
or
answer this question
.
Similar Questions
Design a flowchart for a program that will read SALES from each record, print each sales
amount, and print the number of records
1 answer
Design a program and write program that will read a file of sales records and produce a sales report. Each record in the file
0 answers
You have the final sales figures for the four quarters in 2010 for Bennets Used Auto Sales, and you are to design a program that
0 answers
Write a program C++ that allow the shop staff to enter the customer's orders, record payments, view all the completed orders as
1 answer
more similar questions