Search:

Type: Posts; User: stoneyFL

Search: Search took 0.17 seconds.

  1. Replies
    5
    Views
    850

    Re: Logic Exercise

    Yea I need it to print false when both conditions are true. I also need it to print false if both conditions are not true.
    It is supposed to only print true when one of the numbers in the range is...
  2. Replies
    5
    Views
    850

    Re: Logic Exercise

    example out my first input/output
    Enter a number: 11
    Enter another number: 12
    true (I need this to equate to false)

    Second input/ouput.
    Enter a number: 10
    Enter another number: 21
    false (I...
  3. Replies
    5
    Views
    850

    Logic Exercise

    How do I make it so that if both numbers are entered between 10 and 20 it will print false?

    The assignment: Ask the user to enter 2 ints. Output "true" if one of them is in the range 10 - 20...
Results 1 to 3 of 3