Question: Write a Python 3 program called yearlywage.py that calculates the yearly wage given the hourly wage and hours worked daily. Specifically, your program need to
Write a Python 3 program called yearlywage.py that calculates the yearly wage given the hourly wage and hours worked daily.
Specifically, your program need to
- ask the user to input from the keyboard for two inputs, one is the hours worked daily and the other is the hourly wage
- calculate the yearly wage given the two inputs
- Note that the working hours is daily. Assume the user works every day during the entire year (365 days) and the same amount of time every day.
- The two input numbers are not necessarily integers.
- It would help to first write down the mathematical formula needed to calculate the yearly wage
- output the yearly wage
Step by Step Solution
There are 3 Steps involved in it
c are S mainpy 1 Get input from the user for hourly wage ... View full answer
Get step-by-step solutions from verified subject matter experts
