array input

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • shardul21
    New Member
    • Aug 2007
    • 4

    array input

    hi i am new to java programming.can anyone tell me about how to take array input from user in java program?.
    also why java is difficult regarding inputs from keyboard(user)?
  • JosAH
    Recognized Expert MVP
    • Mar 2007
    • 11453

    #2
    Originally posted by shardul21
    hi i am new to java programming.can anyone tell me about how to take array input from user in java program?.
    also why java is difficult regarding inputs from keyboard(user)?
    Greetings, you asked your question in the Java Articles section which is for
    (hopefully?) informative articles only. Questions concerning Java belong in the
    Java Forum section. Please explore the blue menu bar near the top of this page.
    I'll move your question to the Java Forum section now.

    kind regards,

    Jos

    Comment

    • r035198x
      MVP
      • Sep 2006
      • 13225

      #3
      Have a look at the API specs for the Scanner class.

      Comment

      Working...