Search:

Type: Posts; User: jacky@~

Search: Search took 0.08 seconds.

  1. Re: My code has error when its run....I dont understand what's wrong of it.

    There we go~'

    java.util.NoSuchElementException
    at java.util.Scanner.throwFor(Scanner.java:838)
    at java.util.Scanner.next(Scanner.java:1347)
    at InputTester.main(InputTester.java:41)
  2. My code has error when its run....I dont understand what's wrong of it.

    import java.util.* ;
    /**
    Complete the given class InputTester, which

    1) reads an integer into variable i
    2) prints the value read
    3) reads a double into variable x
    4) prints...
Results 1 to 2 of 2