Question: You need to make 5 python programs for assignment 1 Program 1 : make a Python program that takes the radius of a circle (
You need to make python programs for assignment
Program : make a Python program that takes the radius of a circle a floatingpoint number as
input and then outputs the circle's diameter and area. It must read the value of PI from the Math
module. Outputs should be up to two decimal places only.
Program : makea Python program that prompts the user to enter the temperature in Celsius
and then convert the temperature to Fahrenheit and print out the converted temperature.
Fahrenheit Celsius
Program : makea Python program that prompts the user to enter an integer and then print
out if that integer is odd or even integer. For example, if the integer entered is it prints that "This
integer is odd."
Program : makea Python program to calculate the weekly gross pay of an employee. It
prompts the employee to enter total work hours in a week and pay rate per hour. If the total work hours
are more than then the pay is extra for hours worked above hours.
Input total work hours and pay rate per hour$ to test your program.
Program : makea program to prompt for a score between and If the score is between
and print a grade using the following table:
Score Grade
A
B
C
D
F
Step by Step Solution
There are 3 Steps involved in it
1 Expert Approved Answer
Step: 1 Unlock
Question Has Been Solved by an Expert!
Get step-by-step solutions from verified subject matter experts
Step: 2 Unlock
Step: 3 Unlock
