Search:

Type: Posts; User: geovanniluna

Search: Search took 0.10 seconds.

  1. Replies
    6
    Views
    1,218

    Why can't I get my variable to display?

    I trying to display the value of a variable from a method, but I don't know why it will I can't do it. Can anyone help please?...

    [Highlight]


    //Java extension package
    import...
  2. Re: Having a bit of trouble with an array

    Thank you guys, I'm such a dork!! Of course I'm missing the brackets.
  3. Having a bit of trouble with an array

    int [] storeNumber = new int[10];

    for(int i = 0; i < 10; i++)
    userInput = JOptionPane.showInputDialog("Enter number:");
    storeNumber[i] = Integer.parseInt(userInput); (This line does not work,...
Results 1 to 3 of 3