>>57454313The previous code ignored the cases and returned the default option, which was counting down from 1 to 100. I misunderstood what switch does, it chooses the case that's equal to the value it's given, so using a boolean is better for the logical expressions I was using