public class RetardedStudent
{
//Retarded Student's variables
private int iq;
private int eq;
private int gpa;
//Retarded Student's methods
public void RetardedStudent (int iq1, int eq1, int gpa1)
{ iq=iq1; eq=eq1; gpa=gpa1; }
public double jobSearchPotential ()
{ jobSearchSuccess = 0.3 * iq + 0.55 * eq + 0.15 * gpa;
return jobSearchSuccess;
}
}
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment