Menú

sumAllNumbers

sumAllNumbers - student project

A program that has a function that takes in a number, returns the sum of all the integers between 1 and that number, inclusively, stores that total in a variable, and prints the value of that variable to the screen.