Test Prep
public double getSessionCost(int chapter){
return 6.50 + (0.50 * yearsOfExperience) + (0.75 * ((chapter + 2) / 3))
}
public double getSessionCost(int chapter){
return 6.50 + (0.50 * yearsOfExperience) + (0.75 * ((chapter + 2) / 3))
}