Question for a Book (Inernet & WWW How to program)
Write a JavaScript program that uses Looping to print the following table of valuses. Qutput the results in an XHTML table.
N 10* 100* 1000*
1 10 100 1000
2 20 200 2000
3 30 300 3000
4 40 400 4000
5 50 500 5000