Search:

Type: Posts; User: dicdic

Search: Search took 0.11 seconds.

  1. Replies
    9
    Views
    2,592

    Re: GPA and average program

    okay, this.
    ask first of how many grades would the student will enter.
    input dialog must be : Enter no. of grades. - and store it in integer variable
    then create a loop whose condition must be...
  2. Replies
    9
    Views
    2,592

    Re: GPA and average program

    First, your loop for (int count1 = 1; count1 <=6; count1++) does not execute 6 times, why? because of this statement:
    count1=Integer.parseInt(trash); so when you input a number greater than 6 in...
Results 1 to 2 of 2