cplusplus
.com
TUTORIALS
REFERENCE
ARTICLES
FORUM
C++
Tutorials
Reference
Articles
Forum
Forum
Beginners
Windows Programming
UNIX/Linux Programming
General C++ Programming
Lounge
Jobs
Forum
Beginners
I need help
I need help
Feb 6, 2012 at 7:59am UTC
mohi159
(1)
HI I am beginner in c++ ,I need a algorithme to program this suite:
S=1-X+2X2-3X3+4X4- . . . + (-1)n n Xn
Feb 6, 2012 at 7:32pm UTC
clanmjc
(666)
Take it one step at a time, do just the first part. 1 - x. Keep adding steps. I'll give you a hint, recursion.
Feb 6, 2012 at 7:52pm UTC
BrokenSilenceDev
(99)
use a for loop
Last edited on
Feb 6, 2012 at 7:53pm UTC
Topic archived. No new replies allowed.