Content deleted Content added
Added the good practice of representing final primitives in uppercase. Corrected the example. |
|||
Line 54:
Sphere(double x, double y, double z, double r) {
RADIUS = r;
XPOS = x;
YPOS = y;
|