Thread: adding numbers

  1. #1
    Registered User
    Join Date
    Mar 2004
    Posts
    1

    adding numbers

    Hi, I am working on a project, in Which I have to make it add all numbers between 1 and 100 and then have it print out on the screen, I can't quite figure out all the details, somebody please help. it would be greatly appreciated.

  2. #2
    End Of Line Hammer's Avatar
    Join Date
    Apr 2002
    Posts
    6,231
    Think about your problem, write out the logic on paper, then try to translate that to C++.

    When you've got some code, post it here and people will help you with it.

    Is there a specific area you're having trouble with?

    Welcome to the forums
    When all else fails, read the instructions.
    If you're posting code, use code tags: [code] /* insert code here */ [/code]

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Question about random numbers
    By Kempelen in forum C Programming
    Replies: 2
    Last Post: 07-02-2008, 06:28 AM
  2. Adding up all the numbers in the list...
    By Grayson_Peddie in forum C# Programming
    Replies: 0
    Last Post: 06-04-2003, 11:57 AM
  3. adding base n numbers
    By doogle in forum C++ Programming
    Replies: 4
    Last Post: 11-11-2002, 11:23 AM
  4. A (complex) question on numbers
    By Unregistered in forum C++ Programming
    Replies: 8
    Last Post: 02-03-2002, 06:38 PM
  5. adding odd numbers
    By Unregistered in forum C Programming
    Replies: 5
    Last Post: 09-06-2001, 01:44 PM