Posts by zezinho • 89 points
1 post
-
5
votes3
answers221
viewsQ: C++ challenge, helps with logic
I received a list of exercises from the programming teacher, this as a challenge. write a function with either return the expression value y = i - i^2 + i^3 -i^4 +i^5 - ... +- i^n I thought I’d make…