Question: b) Write an appropriate Python code for the following: 1. Write a python program to read the radius r and the height h of a
b) Write an appropriate Python code for the following: 1. Write a python program to read the radius r and the height h of a cylinder then calculate and print its surface area SA, and then program should print "In Range" if the surface area SA is less than 100 otherwise prints "Out of Range". Hint: 7 =3.14 SA = 2x+r+ 2xtrh 2. Write a python program to read 10 integer number to calculate and print their average, then the program should print "Accept" if the average is less than 100 Otherwise print "Out of Range" s
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
