Computer Science, asked by ananyasah192008031, 1 month ago

plz friends help me to solve this programing....​

Attachments:

Answers

Answered by BrainlyProgrammer
5

Required Answer:-

The following códe is written in python

 \tt volume=(float)(in put("Enter \ volume\ of\ sphere:-"))  \\  \tt radius=(volume* *(1/3))*(3/4)*(7/22) \\  \tt print(radius)

Points to Note:-

  • volume* *(1/3) will return cube root of volume
  • Always use brackets wisely, it will help you to avoid errors

Required Output Attached

Attachments:
Similar questions