Computer Science, asked by aditisharma4488, 8 months ago

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 kapilkumar48
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 vikrantsingh17
0

Answer:

hii I also watch your serial

Similar questions