Question: simple code please Write a Python program that calculates and displays the amount earned based on the user input hours worked and the rate per

 simple code please Write a Python program that calculates and displays

simple code please

Write a Python program that calculates and displays the amount earned based on the user input hours worked and the rate per hour. Make sure your program asks the user his/her full name and then greet the user. After that, tell the user what the program is all about. Your program will then also ask the user to enter the number of hours worked and the rate per hour. Print the amount earned. Make sure to test your program with different input values. Below is an example of the running program output: Welcome to my program. Please enter your full name: Jane Doe Hello, Jane Doe This program will ask you to enter the hours worked and the rate per hour. The program will calculate and display the amount earned. Enter number of hours: 40 Enter rate per hour: 15 You have earned: $600.00 a Thank you and have a nice day. Good bye

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!