Search:

Type: Posts; User: mpamigos

Search: Search took 0.09 seconds.

  1. Replies
    2
    Views
    637

    not sure where to post this

    Where would I put the code if the response is true?

    if(response.equals("Yes")){
    answer = true;
    }else{
    answer = false;
    }
  2. Replies
    5
    Views
    985

    Re: can anyone help?

    No, I'm new to Java coding.
  3. Replies
    5
    Views
    985

    Re: can anyone help?

    I'm not sure how to do that.
  4. Replies
    5
    Views
    985

    can anyone help?

    So, this is a GPA Calculator. I want it to allow the user to enter the number of classes they have and use that number to determine how many times to ask them what the grade is.



    import...
Results 1 to 4 of 4