Hi guys im so close to finishing my project of building a coinflip game where you choose the percentage chance of it landing on heads and how many times u want it to repeat the flip. It reads those two by taking the first command line argument (reps) and second command line argument (percent chance). Now I believe i have everything ready to go except that when i run my bool function it runs one unique time and just reprints out the same result 'reps' amount of time instead of running uniquely 'reps' amount of time and print the results out. I know i have to do something with that for loop but i just cant figure out how to get around it. ive been stuck for like an hour with this please give me advice!