Search:

Type: Posts; User: copeg

Search: Search took 0.10 seconds.

  1. Replies
    8
    Views
    2,513

    Re: Help so stumped....

    One more time, read my posts above. Then think about the logical flow of the program - manually go through the flow of the program with some input, writing down how the values change, you will see...
  2. Replies
    8
    Views
    2,513

    Re: Help so stumped....

    Yes, but think about the logic: if the first number is positive, max2 is set to 0, which will always be great than any negative number entered (same goes for the alternative where the user enters a...
  3. Replies
    8
    Views
    2,513

    Re: Help so stumped....

    The code initializes the max and min to zero, which will restrict their settings. Typically the better way to initialize these values is to a) initialize them to the first value or b) initialize to...
Results 1 to 3 of 3