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

  1. ask the user to input from the keyboard for two inputs, one is the hours worked daily and the other is the hourly wage
  2. 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
  3. output the yearly wage

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock

c are S mainpy 1 Get input from the user for hourly wage ... View full answer

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 Programming Questions!