Ask a New Question

Asked by HV

Write a program that welcomes the user to the Payroll Calculator and prompts him to enter an employee first name, an employee last name, an hourly rate of pay, and the number of hours worked. The program should display the employee’s net pay assuming a withholding tax rate of 20% and then ask the us
4 years ago

Answers

Answered by oobleck
print "welcome"
print "first,last name, rate,hours"
read first,last,rate,hours
wh = rate*hours*0.20
and so on.
4 years ago

Related Questions

how do i write a program in python for an atm machine Write the program that will calculate and display the career statistics for a hockey player. The pro... How do you write a program that prints out your course schedule for a week? Here's an example of th... write a program C++ program and Use a recursive function that finds the n-th term using the followin... Write a c program that will declare two dimensional array called of 5 row and 5 colum. The user will... I'm trying to write a program for this piece wise function using CPU sim.its really argent... f(... Miami welcomes blank tourists with a flashy neon sign. a their b it's c there d its Miami welcomes _____ tourists with a flashy neon sign. (1 point) Responses their their it's it's the... Miami welcomes (1 point) O their O i's O there O its tourists with a flashy neon sign. Miami welcomes _____ tourists with a flashy neon sign. (1 point) Responses its its it's it...
Ask a New Question
Archives Contact Us Privacy Policy Terms of Use