double area = 6 * length * width;
final int CUBE_FACETS = 6; double area = CUBE_FACETS * length * width;