Compute the volume of a sphere 2 feet in diameter.
Radius = diameter / 2 = 2 / 2 = 1
Volume of sphere 
Volume of sphere = 4.19  (rounded to 2 places)
You might also like to view...
What’s wrong with the following while iteration statement?
``` while (z >= 0) { sum += z; } ```
Which of the following statements corresponds to the question below?Is the value of grade greater than or equal to 90?
A. grade > 90 B. grade <= 90 C. grade >= 90 D. grade != 90
After relocation and compaction, both the free list and the busy list are updated.
Answer the following statement true (T) or false (F)
What virtual switch, created by default with VMware Workstation 12 Pro, is used to connect a virtual machine to the host computer via NAT?
A. VMnet0 B. VMnet1 C. VMnet5 D. VMnet8