Computer Science, asked by nagolunithin, 4 months ago

Write python program using ‘for’ loop to compute the expression that adds/subtracts all the terms from 1 to n.
sum(n) = 1 –2 + 3 –4 + 5 –6 ... n .

Answers

Answered by sadiqur12
0

Answer:

The progarm using for loop to compute the expression that adds )subtracts all the terms from 1-2+3-4+5-6=3,

Similar questions