Search:

Type: Posts; User: jeremykatz

Search: Search took 0.14 seconds.

  1. Re: Average program with array and loop and JOptionPane.

    I tried declaring them as int and got an error expecting string, so I changed them to string and got an arithmetic error. Is there another way that I should declare these variables.



    String...
  2. Re: Average program with array and loop and JOptionPane.

    /*...I think this fixes my array but I am not sure and I have a few other qestions, gradeString is the actual value entered for each grade, numberOfGradeStrings keeps track of each iteration of the...
  3. Re: Average program with array and loop and JOptionPane.

    Now I am getting this error?

    Also am I missing something here gradeString is the value entered for the grade, numberOfGradesString defines the size of the arrayand array is the name of the array....
  4. Average program with array and loop and JOptionPane.

    The project is to do a grade averaging program in a loop using JOptionPane.
    Bellow is the errors I am getting, does int[] array = new int[numberOfGradesString]; have to be defined like int[] array =...
Results 1 to 4 of 4