Answered step by step
Verified Expert Solution
Question
1 Approved Answer
Help with a Python programming problem, i got the first problem correct but cant seem to get this one. TASK 2: A retail company must
Help with a Python programming problem, i got the first problem correct but cant seem to get this one.
- TASK 2: A retail company must file a monthly sales tax report listing the total sales for the month and the amount of state and federal sales tax collected.
-
- The Company made $1000 in sales in month 1.
- Sales increased by 10% from the previous month each month for 6 months except in month 5 where it increased only 7%. (i.e. From month 5 to month 6 there was only a 7% increase)
- State tax rate is 5 percent and the Federal tax rate is 2.5 percent.
- Write code that utilizes a while loop to display the amount of sales and tax collected in each of the six month as shown on slide 3.
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started