Create an array with some words you know and like (each should be '\0' terminated). (This array will, of course, be two-dimensional. Use padding '\0's to make each word the same maximum length.)

Select 8 random words to display per line. Display 20 lines like this. (Hint: randomly select a row and print the word in that row of the 2D array.)

Document any procedures you create well!


This assignment is Level 2.5.

Options