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
could someone help
could someone help
Mar 13, 2013 at 2:55am UTC
aisha110
(3)
Type a program including comments in both the main program and in each function. The program will send all output to a file. First write sumcubes, then howmanyeven, then findsumandprod, and finally introduction.
Mar 13, 2013 at 3:32am UTC
aisha110
(3)
what I got so far is this:
int main (){
int i,n,sumbes=20
while (i<=n){
sumcubes+=(i*i*i)
cin>> n
Mar 13, 2013 at 3:33am UTC
aisha110
(3)
the sumcube number can't be bigger then 50
Mar 13, 2013 at 3:57am UTC
kyranstar
(43)
Please use code tags. There's a little button that says "Source code" under Format.
Topic archived. No new replies allowed.