kg4385649
kg4385649
17.12.2019 • 
Business

Mot4143 pyhton1. write and test a program that computes the area of a circle. this program should request a number representing a radius as input from the user. it should use the formula 3.14 * radius ** 2 to compute the area and then output this result suitably labeled.2. the tax calculator program of the case study outputs a floating-point number that might show more than two digits of precision. use the round function to modify the program to display at most two digits of precision in the output number.3. an employee’s total weekly pay equals the hourly wage multiplied by the total number of regular hours plus any overtime pay. overtime pay equals the total overtime hours multiplied by 1.5 times the hourly wage. write a program that takes as inputs the hourly wage, total regular hours, and total overtime hours and displays an employee’s total weekly pay.

Solved
Show answers

Ask an AI advisor a question