Search:

Type: Posts; User: geovanniluna

Search: Search took 0.26 seconds.

  1. Re: Having a bit of trouble with an array

    Thank you guys, I'm such a dork!! Of course I'm missing the brackets.
  2. 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 2 of 2