The problem
Design a program that outputs 21 random numbers between 1 -1000. Display the numbers in an HTML table that is 3 columns wide and as many rows as needed. Your table borders need to be visible.
Modifications
- Modify the program to allow the user to set the column number of the table.
If random numbers do not complete the last row then fill in the empty spaces with cells with non-breaking spaces
- Modify the program to all the user to set the number of random numbers
- modify the program to allow the user to set the ending range
- modify the program to allow the user to set the starting range
Print PDF
Topics
1. User Input
4. HTML
5. Random
14. Loop
Languages
4. JavaScript