Difference between revisions of "CSC103 2011 Homework 4"
(→Problem #1) |
|||
Line 17: | Line 17: | ||
=Problem #1= | =Problem #1= | ||
− | + | Write a javascript program that | |
+ | # uses a loop, and that | ||
+ | # displays the multiplication table for 5 | ||
+ | |||
+ | The output of your program (i.e. the Web page) should look something like this: | ||
+ | |||
+ | <br /> | ||
+ | |||
+ | <center> | ||
+ | [[Image:CSC103Mult5.png]] | ||
+ | </center> | ||
+ | |||
+ | <br /> | ||
Revision as of 19:23, 28 February 2011
--D. Thiebaut 17:19, 28 February 2011 (EST)
Contents
This assignment is due Monday 3/7 evening, at midnight (so that you can benefit from the office hours on Monday afternoon).
Problem #1
Write a javascript program that
- uses a loop, and that
- displays the multiplication table for 5
The output of your program (i.e. the Web page) should look something like this: