Answered step by step
Verified Expert Solution
Question
1 Approved Answer
by using this soft ware can you solve this . python language The accounts department wants you to create a net pay calculator. The program
by using this soft ware can you solve this . python language
The accounts department wants you to create a net pay calculator. The program will start by asking the employee name and the number of salary. The number of salary will tell the number of times a salary amount is to be entered by the user. Save the salary amount in a list called salary. Compute the gross pay as shown in the table and save the computed values in a list called gross pay. salary amount 1 To 3000 More than 3000 gross pay 4.5% of salary amount 6.5% of salary amount Compute also for the sum of all the salary amount. You need to count as well all the salary amount that is more than 1500 but less than 2500. Also, you are tasked to compute the net pay. The net pay is computed as salary amount minus the gross pay. Save the computed net pay in a list called net pay. You are requested to display the following outputs: employee name, the sum of all the salary amount, the minimum and maximum salary amount, the number of salary amount greater than 1500 but less than 2500 and the values of the three lists. Jupyter Notebook (Anaconda3) sonda2 The accounts department wants you to create a net pay calculator. The program will start by asking the employee name and the number of salary. The number of salary will tell the number of times a salary amount is to be entered by the user. Save the salary amount in a list called salary. Compute the gross pay as shown in the table and save the computed values in a list called gross pay. salary amount 1 To 3000 More than 3000 gross pay 4.5% of salary amount 6.5% of salary amount Compute also for the sum of all the salary amount. You need to count as well all the salary amount that is more than 1500 but less than 2500. Also, you are tasked to compute the net pay. The net pay is computed as salary amount minus the gross pay. Save the computed net pay in a list called net pay. You are requested to display the following outputs: employee name, the sum of all the salary amount, the minimum and maximum salary amount, the number of salary amount greater than 1500 but less than 2500 and the values of the three lists. Jupyter Notebook (Anaconda3) sonda2Step 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