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
acode
acode
May 18, 2011 at 10:38am UTC
tagir
(7)
use awhile loop so that the user can per form 1+2^x+3^x+....+n^x.
May 18, 2011 at 10:46am UTC
writetonsharma
(1461)
No one will do your homework here.
May 18, 2011 at 5:03pm UTC
Kizlbot
(2)
first take in the values of x and n from the user. Then set up a for loop with a counter starting at zero and going to n.
Topic archived. No new replies allowed.