I received a list of exercises from the programming teacher, this is a challenge.
write a function with either return the value of the expression y = i - i^2 + i^3 -i^4 +i^5 - ... +- i^n
I thought about doing recursion , but I...
asked on
20.09.2015 / 20:53