I need help looping a loop random amount of time. For example:
for (int i = 0; i <= 10; i++) { //Blah blah code }
This, I believe