Question: Using Python (3) create the following program using a list to store the data. Specifications listed are important. Project 6-4: Quarterly Sales Create a program
Using Python (3) create the following program using a list to store the data. Specifications listed are important. 
Project 6-4: Quarterly Sales Create a program that gets quarterly sales from a user and calculates the total of all four quarters as well as the average, lowest, and highest quarters Console The Quarterly Sales program Enter sales for Q1: 12312.57 Enter sales for Q2: 15293.21 Enter sales for Q3: 14920.95 Enter sales for Q4: 23432.21 Total Average Quarter: Lowest Quarter: Highest Quarter: 65958.94 16489.74 12312.57 23432.21 Specifications . Use a list to store the sales for each quarter. Round the results of each entry to a maximum of 2 decimal digits
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
