DRIPDROP: A Coding Project
When it counts you Drip Drop. A javascript coding exercise using loops. Write a program
that prints the numbers from 1 to 100 and for multiples of '3' display "Drip"
instead of the number. For the multiples of '5' display "Drop". If a multiple of
both display "DripDrop".
Instructions
Enter a Drip and a Drop value. Press the button and the value will appear.