CSci 1101 Problem set 3. Due Friday, March 2 at 10pm

Testing and submitting your programs.

Question 1

Write a program that uses a loop to display a staircase shape: a sequence of one-row tables with a fixed background color, one right under the other, so that the width of the next row is 20 px longer than the width of the previous one.

Th eprogram takes a single input number_steps which is the number of steps in the "staircase".

Pick any color you want for the background of the table

Question 2

Write a program that creates a row of table cells with alternating colors (for instance, the first cell is blue, the second one is yellow, then blue again, etc.). The number of cells is taken as an input.

Question 3

Write a program that uses php function rand() to simulate a roll of die. Write a loop to find 5 random rolls, print them out, add them all together by keeping a running total, and display the sum.

Testing and submitting your code

To submit your programs, make sure that your current version is uploaded to rynite and send me an e-mail that lists all the file names and their locations.


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