Search:

Type: Posts; User: DavidFongs

Search: Search took 0.10 seconds.

  1. Replies
    3
    Views
    1,890

    Re: Input method

    How is spoonfeeding the guy the answer better than linking him the javadoc and letting him figure it out? There is value in learning how to read a javadoc.
  2. Replies
    3
    Views
    1,890

    Re: Input method

    There is no implicit variable named input that holds user entered input.

    You can use the Java class Scanner (Java Platform SE 6) to read in input (That's a link). There is an example in the...
Results 1 to 2 of 2