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, 22.06.2019 15:30
Whats are the different parts of no verbal comunication, especially body language?
Answers: 3
question
Computers and Technology, 22.06.2019 18:30
All of the following are characteristics that must be contained in any knowledge representation scheme except
Answers: 3
question
Computers and Technology, 23.06.2019 12:00
What does the level 1 topic in a word outline become in powerpoint? a. first-level bullet item b. slide title c. third-level bullet item d. second-level bullet item
Answers: 1
question
Computers and Technology, 24.06.2019 07:50
Write a defining table and then a program that determines if you can sleep in or not. your program should get all its input from your computer’s clock. on all weekdays (monday through friday) that are not holidays, your program should output “get up! ” on all other days (weekends and holidays), your program should output “sleep in.” the three holidays that your program must check for are january 1 (new year’s day), july 4 (u.s. independence day), and december 25 (christmas). you don’t need to include other holidays in your program because most other holidays do not occur on a fixed day each year.
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, 11.09.2019 04:10