Search:

Type: Posts; User: HeroFlame

Search: Search took 0.12 seconds.

  1. Replies
    6
    Views
    1,437

    Re: Simple Java Program - hasTeen [HELP]

    Thanks so much!!
  2. Replies
    6
    Views
    1,437

    Re: Simple Java Program - hasTeen [HELP]

    Yes, they now return true, but when I input 3 numbers that aren't "teen", like (1, 4, 3), it still comes out as true, when it should be false as none of those numbers are "teen".
    Error:...
  3. Replies
    6
    Views
    1,437

    Simple Java Program - hasTeen [HELP]

    I am trying to create a program that does the following:
    "We'll say that a number is "teen" if it is in the range 13..19 inclusive. Given 3 int values, return true if 1 or more is teen.

    My code:...
Results 1 to 3 of 3