Computer Science
Write a program to input the radius of a sphere and calculate its volume (V = 4/3πr3)
Related Questions
Write a program to calculate amount payable after compound interest.
Write a program to calculate amount payable after simple interest.
Find the volume of the cylinder (πr2h) as shown:
Radius = 8 cm
Height = 15 cmWrite a program to calculate the area of an equilateral triangle. (area = (√3 / 4) * side * side).