Nick

487
reputation
1
4
21

A fledgling programmer at a small university with a struggling program.

void modGPA(int stackOverflow)
{
     if (GPA < 4.0)
          GPA = stackOverflow
     system.out.println("Your GPA is: " + GPA);
}

Your GPA is: 4.0