Python Program Project - A local small business has hired

Question # 00650999
Subject: Computer Science
Due on: 12/07/2023
Posted On: 12/07/2023 01:55 AM
Tutorials: 1
Rating:
4.9/5
Question Dot Image

UDC Python Program Project

A local small business has hired you to write a payroll calculation program. The program only needs to calculate gross pay for an employee and display the results. Your program will accept the employee’s name, hours worked, and the employee’s pay rate. The program will need to calculate overtime as well. Overtime is defined as anything over 40 hours is paid at 1.5 times the regular pay. The program should print the employee’s name, the gross pay amount, and only if there was overtime, print the overtime pay amount as well. Finally, the program should repeat as necessary until the user enters a sentinel value.

For this project: 

  • You will submit your python code in either the original .py file, or copied into a .txt file.
  • A screenshot of your code having been executed (run). How to Take a Screenshot

Tips: Remember to keep track of input data types when comparing values. input() formats the user’s data as a string, so comparing string data to a number without quotes would produce an error.

Do not worry about security, it is irrelevant here. Just focus on the functionality discussed above.

Remember to follow the guidelines of good program design. Make sure to use meaningful variable names, include comments as needed, and provide thoughtful output.

Example output:

C:\>python week2.py

ABC Inc., Gross Pay Calculator!

Enter employee's name or 0 to quit: Nathan

Enter hours worked: 35

Enter employee's pay rate: 10.00

Employee Name: Nathan

Gross Pay: 350.0

Enter next employee's name or 0 to quit: Toby

Enter hours worked: 45

Enter employee's pay rate: 10

Employee Name: Toby

Gross Pay: 475.0

(overtime pay: 75.0 )

Enter next employee's name or 0 to quit: 0

Exiting program...

Dot Image
Getsolution Posted By :
Questions: 15478 Tutorials: 15477
Tutorials for this Question

Python Program Project - A local small business has hired

Tutorial # 00649884
Posted On: 12/07/2023 02:09 AM
Feedback Score: Not rated yet!
Purchased By: 2
Getsolution
Posted By:
Questions:
15478
Tutorials:
15477
Report this Tutorial as Inappropriate
Tutorial Preview
The solution of Python Program Project - A local small business has hired...
Attachments
Python_Program_Project_-_A_local_small_business_has_hired.ZIP (18.96 KB)

Great! We have found the solution of this question!

Related Questions
Examine the several different types of data insights that occur
Question Examine the several different types of data insights that occur in big data analytics:  ? Offer novel knowledge  ? Provide causation relationships  ? Add a competit …
Computer science - Is virtualisation cost effective
Computer science question Is virtualisation cost effective and does it support green IT? Contents Introduction Is Virtualisation cost effective? Running out of space? Needing Virtualisa …
Studying Computing involves developing both subject
Studying Computing involves developing both subject-specific and transferable skills. Describe the skills you have used prior to university, and discuss how you would expect those skills to develop wh …
Computer Science - Discuss the critical characteristics
Computer Science Question Assignment 1 - Question 1: Discuss the critical characteristics of communication channels in data communications. Explain how bandwidth and communication medium affe …
List and explain two browser add-ons(plug-ins)that improve the security
1- List and explain two browser add-ons(plug-ins)that improve the security of a user’s browser. Why are these features not built-into the browser? 2- What are two security risks associated wi …
How are browsers being used to mine crypto currency
Part A: How are browsers being used to mine crypto currency? (1 pt) Find an example of malvertising. Provide a screen shot of the malvertising. (2 pts) Provide the details on how and where you …
What are the seven categories of cybersecurity functions in the NICE
security awareness What are the seven categories of cybersecurity functions in the NICE Cybersecurity Workforce Framework (https://www.nist.gov/itl/applied-cybersecurity/nice/resources/nice-cybe …
The Computer Mouse - Once a nondescript box perched on a large
The Computer Mouse Once a nondescript box perched on a large ball bearing, today the computer mouse comes in a wide range of shapes with a variety of capabilities. There are cordless mice, ergonomi …
CMSC350 Program that accepts an arithmetic expression
CMSC350 Program that accepts an arithmetic expression The second programming project involves writing a program that accepts an arithmetic expression of unsigned integers in postfix notation and bu …
Week 6 Discussions - Local Security Good Practices
Week 6 Discussions Please respond to at least two main topics  1. Local Security Good Practices Discuss in detail several effective local security practices to harden your Linux distribu …
Recent Questions
Social work process evalution - Agency Context: Briefly describe
Social work process evalution The purpose of this assignment is to prepare a proposal for a process or outcome evaluation thatcould be implemented at your placement or place of employment (if you w …
Psychology - Why Zebras Don’t Get Ulcers by Robert Sapolsky
Psychology Question Purpose The purpose of this assignment is to increase your knowledge of health psychology concepts beyond the textbook. It also designed to utilize your critical thinking ski …
PSY605 ITESM Erickson's Late Adulthood Analytical Review
PSY 605 ITESM Erickson's Late Adulthood Analytical Review PSY 605 FINAL Integrating the Field of Developmental Psychology: A Review of the Literature Prior to beginning work on this assig …
PSY225 - Survey, What were your five highest strengths
psy/225 survey, What were your five highest strengths Take the VIA© survey. Using your results, write a 350- to 700-word paper covering the following points: What were …
Ashford PSY699 Resources for the Integrative Literature Review
PSY699 Ashford University Resources for the Integrative Literature Review Prior to beginning work on this written assignment, be sure to carefully review the instructions for the Final Assignment, …
PSY630 Variations in Drug Response - Ms. Jones is a 30-year-old
Variations in Drug Response PSY630 Using the knowledge you gained from the readings, evaluate how a typical drug, when orally administered, may be handled differently by these two patients: …
Technology is ubiquitous; it is everywhere. Since humans
provide insights into how technology has changed the way people interact Technology is ubiquitous; it is everywhere. Since humans are social creatures that need to interact, cell phones and social …
SOC401 - A strong cover letter is an accompaniment
SOC401 Crafting the Cover Letter A strong cover letter is an accompaniment to a strong résumé and is often the key to securing an interview. While a resume goes through ATS programs, …
SOC401 Identity and Social Change
soc401 Identity and Social Change First, turn to the Needs-Based Assessments and Community Outreach discussion from Week 2, and choose your community and issue or a colleague’s community and …
SOC401 Civic Engagement, Volunteerism, and Community Outreach
SOC401 Civic Engagement, Volunteerism, and Community Outreach Share your previous experiences of civic engagement or volunteering. Describe the identity groups and communities that were supported b …