Answer:
Written in Python
name = input("Name: ")
wageHours = int(input("Hours: "))
regPay = float(input("Wages: "))
if wageHours >= 60:
->total = (wageHours - 60) * 2 * regPay + 20 * 1.5 * regPay + regPay * 40
else:
->total = wageHours * regPay
print(name)
print(wageHours)
print(regPay)
print(total)
Explanation:
The program is self-explanatory.
However,
On line 4, the program checks if wageHours is greater than 60.
If yes, the corresponding wage is calculated.
On line 6, if workHours is not up to 60, the total wages is calculated by multiplying workHours by regPay, since there's no provision for how to calculate total wages for hours less than 60
The required details is printed afterwards
Note that -> represents indentation
<u>Explanation</u>:
To effectively Monetise mobile apps the latest trend usually involves focusing on user downloads and active user subscriptions.
Since TWC is a weather data analyst company, providing premium services via it's app not available on TV can increase user signups.
Their app could offer this use cases;
- A platform were users share live weather data of their location that are factual.
- Provide paid weather educational courses
Answer:
While we almost never get to see most of the cables, they power everything so it only makes sense that you should know what the different types of cables and wires are, so that you can pick accordingly and have your equipment, devices and appliances powered properly.
It is also important to identify cables and conductors for safety purposes, such as emergencies linked with electricity.