Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 
avatar of Nick

Nick

Nick has asked 3 questions and find answers to 1 problems.

Stats

44
EtPoint
10
Vote count
3
questions
1
answers

About

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