The program is to allow the user to guess colors in a file. The file contains numbers representing colors with 4 per row. The program is to allow the user to guess each color and output the number correct.
> >
The program is to allow the user to guess colors in a file. The file contains numbers representing colors with 4 per row. The program is to allow the user to guess each color and output the number correct. It is to also indicate if an entire row is correct.
Details
Your colors are to be red, blue, green, and yellow.
You must use constants for the colors and the number of colors per line in the file.