I need to create a program that asks the user for the beginning and ending numbers in a range. The computer will then display the sum of the entire range. For example: if the user inputted 2 and 5, the program would display 14 as the sum of the range ( 2 + 3 + 4 + 5).
ty, any help is appreciated
ty, any help is appreciated
Comment