- Prompt the user for the number of times to roll a pair of dice (use prompt )
- Roll two die that many times, keeping track of the frequency the total of the two die rolled (2 .. 12) (use Math.random and Math.floor)
- Construct and display the frequency of each roll somewhat as shown below. (eg: 2 was rolled 22 times, 3 was rolled 44 times)
Number Cnt
- 22
- 44 4 109
..
Create the file random.html inside your UID-207e-www working directory.
Make sure to push the code to your git repository
Reviews
There are no reviews yet.