subject

Sales Report Create a program that displays a report of sales by quarter for a company with four sales regions (Region 1, Region 2, Region 3, and Region 4). Console Sales Report Region Q1 Q2 Q3 Q4 1 1,540.00 2,010.00 2,450.00 1,845.00 2 1,130.00 1,168.00 1,847.00 1,491.00 3 1,580.00 2,305.00 2,710.00 1,284.00 4 1,105.00 4,102.00 2,391.00 1,576.00 Sales by region: Region 1: 7,845.00 Region 2: 5,636.00 Region 3: 7,879.00 Region 4: 9,174.00 Sales by quarter: Q1: 5,355.00 Q2: 9,585.00 Q3: 9,398.00 Q4: 6,196.00 Total annual sales, all regions: $30,534.00 Specifications  The quarterly sales numbers for each region should be hard-coded at the beginning of the program as a list of lists like this: sales = [[1540.0, 2010.0, 2450.0, 1845.0], # Region 1 [1130.0, 1168.0, 1847.0, 1491.0], # Region 2 [1580.0, 2305.0, 2710.0, 1284.0], # Region 3 [1105.0, 4102.0, 2391.0, 1576.0]] # Region 4

ansver
Answers: 3

Another question on Computers and Technology

question
Computers and Technology, 21.06.2019 22:30
What are compression artifacts? 1) visible defects in the picture caused by the nature of the compression algorithm. 2) numbers that tell a web server how much to compress a picture for faster transmission. 3) invisible defects in the picture preserved by lossless compression. 4) numbers that tell a photo editing program how much to compress a picture for faster transmission.
Answers: 3
question
Computers and Technology, 22.06.2019 16:20
Octothorpe is another name for what common computer keyboard symbol?
Answers: 1
question
Computers and Technology, 22.06.2019 19:20
Write a program that prompts the user to input a string. the program then uses the function substr to remove all the vowels from the string. for example, if str = "there", then after removing all the vowels, str = "thr". after removing all the vowels, output the string. your program must contain a function to remove all the vowels and a function to determine whether a character is a vowel.
Answers: 2
question
Computers and Technology, 23.06.2019 08:30
When you interpret the behavior of others according to your experiences and understanding of the world your evaluation is
Answers: 1
You know the right answer?
Sales Report Create a program that displays a report of sales by quarter for a company with four sal...
Questions
question
Mathematics, 28.09.2021 21:30
question
Chemistry, 28.09.2021 21:30
Questions on the website: 13722362