hi
say i wanna write a constructor that would pass parameters (of a simple type) to an object
say the parameters are (double)x y and z and the object is a Point3D object that has _x, _y and _z as...