CMSC 122

"See Some Art" Option


First the program will use a couple of prompt boxes to ask the user for two things:

  1. The number of rows
  2. The number of columns

Then the program will create a random grid of colors (it's art!) with as many rows and columns as were specified by the user. Below is a screenshot of the output in the case where there are 20 rows and 30 columns. (Scroll down for hints.)

art

Hints

Web Accessibility