Question: Make a FLOWGORITHM chart using counter controlled loop, and an accumulator. Write a program in flowgorithm and psuedo code that will allow a grocery store
Make a FLOWGORITHM chart using counter controlled loop, and an accumulator. Write a program in flowgorithm and psuedo code that will allow a grocery store to keep track of the total number of bottles collected for a number of days. The program should allow the user to enter how many days they would like to total and repeat that many times asking the user to input the number of bottles returned for each individual day. The program will calculate the total number of bottles returned and the amount paid out (the total returned times .08 cents). The output of the program should include the total number of bottles returned and the total paid out. Instead of having s eparate variables for each day have a single variable for taking input along with an accumulator and a counter. This is part of my self teaching BEGINNER programming,
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
