Run and study the code doubles.html.
Modify the program so it counts how many times it takes to get doubles and outputs the results.
For example one possible outcome would be.
You rolled: 4 5
You rolled: 5 3
You rolled: 5 4
You rolled: 2 1
You rolled: 6 3
You rolled: 3 5
You rolled: 1 3
You rolled: 2 2
DOUBLES
It took 8 rolls to get doubles
You would add the code to write the statement
It took 8 rolls to get doubles