Computer Science, asked by nikitanerurkar, 1 year ago

 wap to find sum of the 1+(1+2)....(1+2+..n) series and print 


Anonymous: wap??
tanishqsingh: in java or basic or C?
Anonymous: I know C++

Answers

Answered by Anonymous
1
n=input("enter any value of the series ")
for i in range n:
i=1
i=i+1
print i
Similar questions