Waiting for answer This question has not been answered yet. You can hire a professional tutor to get the answer.

QUESTION

save as py. file use python 3.4 or latest version see powerpoint for numbers and reference Problem 1: Create a Python program to solve a simple pay calculation. Calculate the amount of pay, given em

save as py. file

use python 3.4 or latest version 

see powerpoint for numbers and reference 

Problem 1: Create a Python program to solve a simple pay calculation. Calculate the amount of pay, given employee name, hours worked, and hourly rate. (The formula to calculate payroll is pay = hourly rate * hours worked.) Display employee name, hourly rate, hours worked, and pay. (Do not add any rules such as overtime)

Problem 2: Create a Python program to calculate the average miles per gallon obtained on a trip. Input car name, the amount of gas used and the number of miles driven. (The formula to calculate miles per gallon is miles per gallon = number of miles driven / amount of gas used. ) Display car name, gas used, miles driven and MPG. Use your own values to test the. You can hard code the values or you can use the input() function. See announcement  for sample code.

Show more
LEARN MORE EFFECTIVELY AND GET BETTER GRADES!
Ask a Question