I have to write a basic program that counts down in increments of 10 from 100 to 0. we are supposed to use for, if, else, and, or while loops. it will print off 100 and stop everytime. I've tried googling everything on all these types of loops and have rewritten it many different ways. I feel like the return to line part 13 is where I'm screwing up with this. But I'm extremely new to this any help on what to do here?