Pages

Monday 3 October 2011

CS 101 - Introduction to Computing Assignment # 3 Spring 2011


Objective

The assignment has been designed to enable you to develop a web page to write table of any number up to any range using JavaScript and HTML:
·         Input boxes.
·         Loops.
·         Variables.

Assignment

Develop a web page to write table of any number up to any range. Use following things:
·         Use for or any other loop.
·         Use Variables.
·         Display desired table up to given range.

Example