Search:

Type: Posts; User: ddnpresident

Search: Search took 0.20 seconds.

  1. Re: adding and removing from an array while conditions are met.

    reached EOF while parsing error. Don't know why?



    do {
    //Add number of positions
    for (index = 0; index < row.length; index++) {
    System.out.print("Please enter number of positions in row...
  2. Re: adding and removing from an array while conditions are met.

    ok , I have updated my code a little but for some reason my code is stopping after asking the amount for ROW A , What am I missing?
    /*

    package athinaband;

    import java.util.Scanner;


    public...
  3. adding and removing from an array while conditions are met.

    My problems/needs are commented in my code. Any help would be greatly appreciated. Thank you in advance. My existing code may even be off. I feel like there are so many variables. I just need help...
Results 1 to 3 of 3