Search:

Type: Posts; User: SOK

Search: Search took 0.09 seconds.

  1. Thread: Odd/Even

    by SOK
    Replies
    16
    Views
    3,292

    Re: Odd/Even

    Thanks :) and thanks to all that helped, program is working to spec.
  2. Thread: Odd/Even

    by SOK
    Replies
    16
    Views
    3,292

    Re: Odd/Even

    Thanks all.
  3. Thread: Odd/Even

    by SOK
    Replies
    16
    Views
    3,292

    Re: Odd/Even

    I guess the main issue I am having is, the while loop works, and as soon as you type 0 the program stops to give you the number of odd and even numbers and then asks you if you want to enter another...
  4. Thread: Odd/Even

    by SOK
    Replies
    16
    Views
    3,292

    Re: Odd/Even

    The program is not supposed to end at 5, it just does, one of the issues I have.

    Here is the spec that I need to do.

    Functional Requirements of Finished Program

    At the start of the program,...
  5. Thread: Odd/Even

    by SOK
    Replies
    16
    Views
    3,292

    Re: Odd/Even

    I would have to send you the InputHelper file for you to compile the program.
  6. Thread: Odd/Even

    by SOK
    Replies
    16
    Views
    3,292

    Re: Odd/Even

    enter an integer:5
    enter an integer:4
    enter an integer:5
    enter an integer:5
    enter an integer:4
    enter an integer:0
    There are 3 odd numbers in the sequence
    There are 3 even numbers in the...
  7. Thread: Odd/Even

    by SOK
    Replies
    16
    Views
    3,292

    Re: Odd/Even

    That is all the code I have right now. If I post the rest of it in the while loop, will it not always print out everything in it every time I enter a number? I am sure I tried putting it in all in...
  8. Thread: Odd/Even

    by SOK
    Replies
    16
    Views
    3,292

    Re: Odd/Even

    The while loop does work how I want it so far. Basically I enter an integer, if it is not equal to 0 then I keep enter odd and even integers. As soon as I enter 0, the program outputs how many odd...
  9. Thread: Odd/Even

    by SOK
    Replies
    16
    Views
    3,292

    Odd/Even

    Thanks all.
Results 1 to 9 of 9