Question: Write pseudocode to input a radius, set variable volume (of a sphere) to 4/3 * radius * radius * radius * PI, and print the
Write pseudocode to input a radius, set variable volume (of a sphere) to 4/3 * radius * radius * radius * PI, and print the radius and the volume (by the way, Math.pow(radius,3) and Math.PI can be used)
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
