G
Guest
what function will i use to add consecutive numbers starting from 1 to (X)?
example: X = 10
y = 1 + 2 + 3 + 4 + 5 + . . . . . . + 10
y= 55
y = (what function)(x)
example: X = 10
y = 1 + 2 + 3 + 4 + 5 + . . . . . . + 10
y= 55
y = (what function)(x)