|
Create a web page that allows the user to enter a minimum (lowest) and
maximum (highest)
possible value for randomly generated integers. The user should
also be allowed to enter the number of random values to be generated (numVals).
The web page should generate and display numValues random integers between
lowest and highest. Save the page as randVals.html.
|