Consider the situation in which a delivery person’s percent raise…
Question Answered step-by-step Consider the situation in which a delivery person’s percent raise… Consider the situation in which a delivery person’s percent raise is determined by the number of average packages delivered for that quarter. See the table below. Create a console application that prompts the user for the number of packages delivered and current pay. Use the number of packages to determine the pay increase based on the table, then calculate the new pay in dollars. Run all 3 of the listed test cases of number of packages and current pay in one execution of the program. ( Use a loop )Take a screenshot which includes all input values, the Raise percentage and calculated new pay amount for each test case.Number of packages Raise %0 0%1 to 50 inclusive 1.0%51 to 100 inclusive 2.0%101 to 200 inclusive 3.0%201 to 300 inclusive 4.0%more than 300 5.0%Run your application with the following data and save the screenshot of inputs and outputs to submit.# Packages Current Pay: 300 $9.00101 $12.0051 $11.00 **Pls answer in Python Computer Science Engineering & Technology Python Programming Share QuestionEmailCopy link Comments (0)


