could someone help

Mar 13, 2013 at 2:55am
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
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
the sumcube number can't be bigger then 50
Mar 13, 2013 at 3:57am
Please use code tags. There's a little button that says "Source code" under Format.
Topic archived. No new replies allowed.