CSci 1101 Lab on loops. Due Wedn., Oct 18th at 10pm

Question 1

Change the reverse-order list problem in Problem set 2 so that the text for list items is stored in an array. Then use a 'for' loop to print out the items numbered in reverse (i.e. from the highest to the lowest).
Extra credit: Make the font size larger for every next item. Use inline CSS (i.e. 'style' attribute) to set the font size.

To submit

Just upload the file to rynite into a folder lab3 in your public_html

This page is a part of CSci 1101 course web site.