Search:

Type: Posts; User: Junky

Search: Search took 0.10 seconds.

  1. Thread: Need help please

    by Junky
    Replies
    4
    Views
    1,284

    Re: Need help please

    All you inputs are stored in midTerm1 array, midTerm2 array and finalExam array. Yet you look for min and max in the grades array. Since you did not store any values in this array it will be filled...
  2. Thread: Need help please

    by Junky
    Replies
    4
    Views
    1,284

    Re: Need help please

    You have a scope issue. You have declared min inside the for loop and trying to use it outside the loop. You cannot do this. Just like a method cannot access a variable declared inside another...
Results 1 to 2 of 2