Search:

Type: Posts; User: jeremykatz

Search: Search took 0.11 seconds.

  1. Re: Grade averaging program with array and multiple methods.

    Thank you very much for your time and patience hellowworld922. Am I even in the ball park?

    Error's

    ----jGRASP exec: javac -g C:\Documents and Settings\jeremy\Desktop\SCHOOL\CMIS 141\week...
  2. Re: Grade averaging program with array and multiple methods.

    Should look like this then correct. What is in parentheses is getting passed on, do I still need the return?

    Also If I amke all my methods Static I can't use clerk in main correct?


    public...
  3. Re: Grade averaging program with array and multiple methods.

    I am still getting an error passing gradeCount out of my getGrades method, I do not get the error at all.

    If you have any other suggjestions or comments please, make them. I am new to Java, the...
  4. Grade averaging program with array and multiple methods.

    I am working on my home work assignment and I am getting compile errors that I don not understand. Can you take a look and expalin what I am doing wrong please?

    Create a program to calculate the...
  5. 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...
  6. 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...
  7. 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....
  8. Replies
    2
    Views
    1,658

    Re: Please help me with this

    Maybe this will help.
    Java: Arrays
    Look under"Java idiom for looping over an array - for loop"
  9. Replies
    8
    Views
    2,492

    Re: Need help with loop

    Here is the one I did.



    import javax.swing.*;

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

    //...Varibles declared for whole program.
  10. 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 10 of 10