Search:

Type: Posts; User: TCDave

Search: Search took 0.09 seconds.

  1. Replies
    6
    Views
    1,161

    Re: Creating an array from a string

    Ok, I see that the problem is that my variable number is not being created the way I intended.

    I put a system.out.print in the intParse() method in the if statement and else statement. Depending...
  2. Replies
    6
    Views
    1,161

    Re: Creating an array from a string

    Exception in thread "main" java.lang.NumberFormatException: For input string: ""
    at java.lang.NumberFormatException.forInputString(Unknown Source)
    at java.lang.Integer.parseInt(Unknown Source)...
  3. Replies
    6
    Views
    1,161

    Creating an array from a string

    I am having trouble taking a String type of data, extracting information from it, and then putting that information into an array. I have to extract the integers from the string while ignoring all...
Results 1 to 3 of 3