Solve exercise 8 from section 5.8. By "a single character" he means all the printed characters should be the same letter/symbol (your choice!) but each time it will be displayed in a different color.
Make the display format 16x31 -- place 16 per line with a space between the characters.
Document any procedures you create well!
This assignment is Level 1.5.
Add (Level 1.5) to create a second version of your program that displays a word/phrase in the middle of the screen and then continues to re-draw it in a randomly selected color combination (i.e. random foreground on random background; it may end up green on green -- or some such -- at times, this is fine).
Re-draw your word/phrase 150 times with a delay of 250 milliseconds between redraws.