Difference between revisions of "CSC103 2011 Homework 4"

From dftwiki3
Jump to: navigation, search
(Problem #1)
Line 17: Line 17:
 
=Problem #1=
 
=Problem #1=
  
* Write a javascript program that...
+
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)


Page under construction!
UnderConstruction.jpg



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

  1. uses a loop, and that
  2. displays the multiplication table for 5

The output of your program (i.e. the Web page) should look something like this:


CSC103Mult5.png