Search:

Type: Posts; User: C++Noob316

Search: Search took 0.00 seconds.

  1. Replies
    6
    Views
    1,513

    Ok that worked. Thank you so much! I would have...

    Ok that worked. Thank you so much! I would have spent all weekend pulling my hair out over this!
  2. Replies
    6
    Views
    1,513

    Ok. Here's where I am at now. I've been...

    Ok. Here's where I am at now. I've been struggling with this for 2 days now. Can somebody please tell me what I'm doing wrong?



    #include <iostream>

    #include <iomanip>

    using namespace std;
  3. Replies
    6
    Views
    1,513

    Help finding the error

    I am trying to create the code for a program using a for loop that will add the elements of an array and display "sum = (sum of the array)". I think I am pretty close but I am getting 1 error. Can...
  4. Replies
    11
    Views
    12,177

    Elkvis- I appreciate it but Googling it is what...

    Elkvis- I appreciate it but Googling it is what led me this forum in the first place
  5. Replies
    11
    Views
    12,177

    Oh ok. So it would be: sum += x ; Where x is just...

    Oh ok. So it would be: sum += x ; Where x is just the name of the array?
  6. Replies
    11
    Views
    12,177

    So for multiple variables, say x, y, z, it would...

    So for multiple variables, say x, y, z, it would be like this?: x+=y+=z;
  7. Replies
    11
    Views
    12,177

    I'm kinda stuck at the starting point (I'm just...

    I'm kinda stuck at the starting point (I'm just learning this stuff). I know the basic code structure but I am struggling with the body of it. The basic structure of the for loop does help. For...
  8. Replies
    11
    Views
    12,177

    Adding an array using a For loop

    I need to add the elements of an array together using a for loop and then print the result. I know it is a simple code but I am struggling with it. Can anyone offer any advice on this?
Results 1 to 8 of 8