Search:

Type: Posts; User: Bronzy

Search: Search took 0.00 seconds.

  1. Replies
    3
    Views
    3,084

    Calendar Program I'm having trouble with

    Hey everyone, beginner posting again. I am working on this for a school HW assignment. I have the code thus far to make a 'calendar' of sorts. I can't seem to get it to make a new line at the...
  2. Replies
    7
    Views
    7,225

    Aha, you are right! I'll change that too :)

    Aha, you are right! I'll change that too :)
  3. Replies
    7
    Views
    7,225

    Thanks for the help guys, I was able to have main...

    Thanks for the help guys, I was able to have main call a few separate functions, I was missing the curly braces for the loop to get the Sum.

    Cheers!



    #include <iostream>
    using namespace std;
  4. Replies
    7
    Views
    7,225

    Thanks I will try to change the function to...

    Thanks I will try to change the function to getMultiple, then have a function run the FOR loop. Any advice on how to get the sum from a loop?

    Thanks again, I feel I am on the right track!
  5. Replies
    7
    Views
    7,225

    C++ beginner - Sum of multiples less than 100

    Hey guys, this is my first post here. I am a beginner in C++ and have a question for a homework assignment. I have read my book over and over and can't seem to figure out how to code this properly....
Results 1 to 5 of 5