I need a function that will return a number which is an index into a array of color values. These colors represent a rating, Red = Bad, Yellow = Ok, Green = Good, etc. There are 7 possible values that can be returned. For purposes of illustration...
1 = Red
2 = Lt Red
3 = Redish Green
4 =...