Brad9941
Brad9941
12.07.2019 • 
Mathematics

Given sphereradius and pival, compute the volume of a sphere and assign to spherevolume. use (4.0 / 3.0) to perform floating-point division, instead of (4 / 3) which performs integer division. volume of sphere = (4.0 / 3.0) π r3 (hint: r3 can be computed using *)

Solved
Show answers

Ask an AI advisor a question