Question: Make a flowchart and write the corresponding pseudocode and Label each task as either an Input, a Process, or an Output and Identify your variables
Make a flowchart and write the corresponding pseudocode and Label each task as either an Input, a Process, or an Output and Identify your variables to solve the following business problem:
"Design a program that asks the user to enter a store's sales for each day of the week. The amounts should be stored in an array. Use a loop to calculate the total sales for the week and display the result".
with following requirenments
- Using arrays
- Using repetition structure
- Using decision structure and boolean logic
- Make flowcharts using the correct symbols and formatting
- Applying correct methods and code to meet the business requirements
- Writing correct pseudocode
- Writing simple python codes
Step by Step Solution
3.30 Rating (159 Votes )
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
