could someone help

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.


what I got so far is this:

int main (){
int i,n,sumbes=20

while (i<=n){
sumcubes+=(i*i*i)
cin>> n
the sumcube number can't be bigger then 50
Please use code tags. There's a little button that says "Source code" under Format.
Topic archived. No new replies allowed.