Enter the lucky2.html text into a new Web page, then load the page in the browser to verify that it behaves as described.
Once you have done this, modify your pick4.html page from Exercise 7.6 so that it similarly makes use of a function in the HEAD. Your function should contain the code previously assigned to the button, and have a name descriptive of the task it performs, such as GeneratePicks or PickNumbers. You should then modify the button’s ONCLICK attribute to call that function.
```
Pick-4 Lottery
Maximum ball number:
```
You might also like to view...
What type of array utilizes the same number of columns in each row?
A. vector B. rectangular C. list D. linear
Write a for loop that counts now many times the number 17 appears in an array called randomData that has already been declared and initialized. The number of elements in the array is stored in an integer variable called SIZE.
int count = 0;