Hi again, everyone; I've got another question for you. I'm supposed to be creating a console program that prints the sum of the numbers between two number given by the user. That part was easy, but I've been asked to make sure that it works both ways - i.e. the user inputs the numbers 5 and 1: the result comes up that the sum of all the numbers between those two is equal to 15. My question is how would I make it so that if the user inputs 1 and then 5, the results prints out the same?