Like
1
2
3
4
5
And here it will write the sum of the numbers above using loops
So 1+2+3+4+5=15
what is the code should I use to make it show 15 using loops or while statements or if else codes?
1
2
3
4
5
And here it will write the sum of the numbers above using loops
So 1+2+3+4+5=15
what is the code should I use to make it show 15 using loops or while statements or if else codes?
Comment