Search:

Type: Posts; User: Tedstriker

Search: Search took 0.10 seconds.

  1. Replies
    11
    Views
    1,695

    Re: Consecutive number addition

    Sorry for my poor explanations guys. I've been working on this, and made a little progress. this is what I have so far:



    import java.util.Scanner;
    class Adding
    {
    public static void...
  2. Replies
    11
    Views
    1,695

    Re: Consecutive number addition

    it would be all at once, as in :

    123456789

    the sum is 45.
  3. Replies
    11
    Views
    1,695

    Re: Consecutive number addition

    Sorry guys, I should have been more specific. The user will input 9 consecutive numbers, and the output needs to be the sum of the numbers.
  4. Replies
    11
    Views
    1,695

    Consecutive number addition

    Hi everyone,

    Sorry for posting here if this is not the correct place, but I have a question I'm kinda stumped on.

    I need to create a program to add together a row of numbers, something like...
Results 1 to 4 of 4