--- In [email protected], Robert Ryan <[EMAIL PROTECTED]> wrote:
>
>    int num = 0; 
>      for (int i=0; i<num.length; i++) {
>           total += num[i];
>          }
>         cout << "The total is "<< total << endl;
>   }
> 

Have you actually tried compiling this code fragment?   This is not C++, I
don't know what language is this.  

Shyan



Reply via email to