Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

please help thank you Assuming that you are a programmer at BCC and you are given a project to write a program in python that

image text in transcribedimage text in transcribedplease help thank you

Assuming that you are a programmer at BCC and you are given a project to write a program in python that will ask the user to enter the Employee Name, Hours Worked, and Hourly Rate. The Program should then calculate the Gross Pay, State Tax, County Tax, Total Tax, and Net Pay. Assume the State Tax is 21% and the County Tax is 7.5%. The program should display the Employee Name, Gross Pay, Total Tax, and Net Pay. Here is the algorithm: 1. Get the Employee Name 2. Get Hours Worked 3. Get the Hourly Rate 4. Calculate the following: a) Gross Pay by multiplying Hours Worked by Hourly Rate b)State Tax by multiplying gross pay by the state tax rate c) County Tax by multiplying gross pay by the county tax rate d) Total Tax Paid by adding state and county tax e) Net Pay by subtracting total tax from Gross Pay 5. Display the results Sample input: Enter Employee Name: James Jackson Enter Hours Worked: 40 Enter Hourly Rate: 30 Sample Output: Here is Your Net Pay! Thank You for Your Service! e) Net Pay by subtracting total tax from Gross Pay 5. Display the results Sample Input: Enter Employee Name: James Jackson Enter Hours Worked: 40 Enter Hourly Rate: 30 Sample Output: Here is Your Net Pay! DO NOT COPY PROGRAM FROM THE INTERNET. A STUDENT WILL NOT EARN ANY CREDIT FOR ANY SKILLS NOT LEARNED IN OUR CLASS SUCH AS DEF, MAIN, IF, ELSE, RETURN. INSTEAD THE STUDENT WILL GET A ZERO. Rubrics: 1. Your information (5 pts) 2. Inputs and helpful messages to the user (5 pts) 3. Process or calculation (10) 4. Output as the sample given above (5 pts) 5. Describe steps using comments (5 pts) 6. Program is running to give the desired results (5 pts) 8. Using descriptive variables (5 pts) 9. Maintained the logics (input, process, and output) (5 pts) 10. Uploading the python file (or URL or Zipped turtle) (5 pts)

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Data Management Databases And Organizations

Authors: Richard T. Watson

3rd Edition

0471418455, 978-0471418450

More Books

Students also viewed these Databases questions

Question

2. Be a good example:

Answered: 1 week ago

Question

How will the members be held accountable?

Answered: 1 week ago

Question

a. Do team members trust each other?

Answered: 1 week ago

Question

a. How will the leader be selected?

Answered: 1 week ago