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: 15309 Tutorials: 15308
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:
15309
Tutorials:
15308
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
Walden HLTH6475 Module 1 Quiz Latest 2024
Walden HLTH6475 Module 1 Quiz Question 1 Which factors have been found to influence behavior? Socioeconomic Status Skills  Culture Attitude Gender All of the Above Q …
GCU NRS465 All Discussions Latest 2024
NRS465 Applied Evidence-Based Project and Practicum Week 1 Discussion DQ 1 The National Academy of Medicine (formerly the Institute of Medicine) championed the goal that 90% of clinical deci …
GCU NRS465 Week 10 Discussion (dq1+dq2) Latest 2024
NRS465 Applied Evidence-Based Project and Practicum Week 10 Discussion DQ 1 Describe one internal and one external method for the dissemination of your evidence-based change proposal. For ex …
GCU NRS465 Week 9 Discussion (dq1+dq2) Latest 2024
NRS465 Applied Evidence-Based Project and Practicum Week 9 Discussion DQ 1 Discuss one personal strength and one weakness you have regarding professional presentations. Name one method for i …
GCU NRS465 Week 8 Discussion (dq1+dq2) Latest 2024
NRS465 Applied Evidence-Based Project and Practicum Week 8 Discussion DQ 1 Based on your Topic 7 Capstone Change Project Evaluation Plan, explain the dependent variable that is being measure …
GCU NRS465 Week 7 Discussion (dq1+dq2) Latest 2024
NRS465 Applied Evidence-Based Project and Practicum Week 7 Discussion DQ 1 In order to evaluate an evidence-based practice project, it is important to be able to determine the effectiveness …
GCU NRS465 Week 6 Discussion (dq1+dq2) Latest 2024
NRS465 Applied Evidence-Based Project and Practicum Week 6 Discussion DQ 1 After discussion with your preceptor, describe how leadership and economic models of health care can be used to opt …
GCU NRS465 Week 5 Discussion (dq1+dq2) Latest 2024
NRS465 Applied Evidence-Based Project and Practicum Week 5 Discussion DQ 1 Stakeholder support is necessary for a successful project implementation. Consider your internal stakeholders, such …
GCU NRS465 Week 4 Discussion (dq1+dq2) Latest 2024
NRS465 Applied Evidence-Based Project and Practicum Week 4 Discussion DQ 1 Assess the culture of the clinical site/organization and organizational policies for potential challenges in implem …
GCU NRS465 Week 3 Discussion (dq1+dq2) Latest 2024
NRS465 Applied Evidence-Based Project and Practicum Week 3 Discussion DQ 1 Develop a PICOT question using your approved nursing practice problem. Post a draft of your PICOT question in the f …