Answered step by step
Verified Expert Solution
Question
1 Approved Answer
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
Step: 1
c are S mainpy 1 Get input from the user for hourly wage ...
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started