Search:

Type: Posts; User: Konnor

Search: Search took 0.18 seconds.

  1. 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.
  2. 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 2 of 2