You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This first problem is fairly introductory, to get you warmed to to writing if statements and while loops.
The user will input 2 integers, and your code will output the summation of all the integers between and including the inputted ones. It should not matter if the user enters the larger or smaller integer first.