write the python programs for the following for input will be asked by the user :
please answer it it is urgent pls
Attachments:
Answers
Answered by
0
Answer:
The area of a sphere is A = 4*π*r2
Sample Solution:-
Python Code:
pi=22/7
radian = float(input('Radius of sphere: '))
sur_area = 4 * pi * radian **2
volume = (4/3) * (pi * radian ** 3)
print("Surface Area is: ", sur_area)
print("Volume is: ", volume)
Sorry i can't find c
and in d i am providing you the area off square.
please don't offend.
I know it's useless but it can help you in another question.
Have a nice day
Answered by
0
Answer:
hii I also watch your serial
Similar questions
History,
4 months ago
Political Science,
4 months ago
Math,
8 months ago
Math,
8 months ago
Math,
11 months ago
Environmental Sciences,
11 months ago