Search:

Type: Posts; User: Bray92

Search: Search took 0.09 seconds.

  1. Replies
    4
    Views
    2,301

    Re: How to store 10 inputs in an arraylist?

    thanks i've already solved it thru ur recommendations. helps a lot....
  2. Replies
    4
    Views
    2,301

    Re: How to store 10 inputs in an arraylist?

    so in my JOptionPane inside the for loop what should i do with the instantiation for it to contain a value whenever the user inputs
  3. Replies
    4
    Views
    2,301

    How to store 10 inputs in an arraylist?

    I have this code:

    import javax.swing.JOptionPane;

    public class Hello{
    public static void main (String args []){

    String[] anArray= new String [10];
    for(int i=0; i< anArray.length; i++){
    ...
Results 1 to 3 of 3