Represents a cube.
Side length of the cube (must be positive).
Gets the side length.
Calculates the surface area of the cube: A = 6 * s²
Calculates the volume of the cube: V = s³
Represents a cube.