Search:

Type: Posts; User: hns1984

Search: Search took 0.09 seconds.

  1. Replies
    6
    Views
    1,829

    Re: Trying to make a simple java program

    Can you explain why using BufferedReader or Scanner instead of System.in?

    java exception
  2. Replies
    6
    Views
    1,829

    Re: Trying to make a simple java program

    Hi, I have some suggestions for you:
    - Declare variables to store the value input from user: X, Y, Z, J, K, L...
    - use System.in.readLine() to read input from user, then store the value into...
Results 1 to 2 of 2