Search:

Type: Posts; User: Konnor

Search: Search took 0.21 seconds.

  1. Application that determines and prints odd, even and zero digit in an integer value

    howdy,

    Another problem I've hit a wall with.

    The problem is to implement an application that determines and prints the number of odd, even, and zero digits in an integer value read from the...
  2. Re: How to check an input is an integer as oppose to a float

    Thanks for that.

    I'll have a look online and try to understand whats going on.
  3. How to check that console input should be integer only?

    Hi there,

    I'm fairly new to java and am trying to validate user input to ensure what is entered is an integer.

    so I have.....

    int value = Keyboard.readInt();

    I'd like a loop of somesort...
Results 1 to 3 of 3