Exercise 2. Loops 2
Suppose you have a given number of collectibles in a level.
You want a given percentage of them, say, 10%, to be shiny collectibles.
Create a loop that runs until this condition is met, and prints into console Converted collectible 1 to shiny
.