In the Small Basic programming language, please explain how one would add up the sum of any
number of data points. Meaning, that, depending on user input (the amount of data points there are) and the data (the entered data for each data point) I can calculate the sum, regardless of how many there are. Is there a way to do this?