Question:
Color class hierarchy
Write a program similar to the following: wavelength.cpp computes the wavelength of light for a fiven Color.
Input: theColor, a Color value
Precondition: theColor is one of RED, ORANGE, YELLOW, GREEN, BLUE, INDIGO, VIOLET
Output: the wavelegth of light corresponding to theColor,