Question: Chapter 8 (Sales). It should be the problem that says Weekly Sales. Create an algorithm in pseudocode. You do not need an IPO chart. Allow
Chapter 8 (Sales).
It should be the problem that says Weekly Sales.
Create an algorithm in pseudocode. You do not need an IPO chart.
Allow a user to enter sales for each day of the week (Monday-Sunday). Compute the total sales for the week. Print out each day name and its corresponding sales and then the total sales.
Use 2 parallel arrays of size 7. One will be of Real to hold the sales values and the other will be a String to hold the names of the days of the week. Initialize the days of the week array with String values, do not have the user enter the names of the days. They should only input the 7 sales values.
show all work, I need to know what to declare, set, and input. thank you
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
