Hi Everyone,
Days that I'm on that problem. I have to calculate a substitution score.
Below my code:
public void calcSubstitutionScore()
{
substitutionScore = (average + examMark) /2;
}
I previously created the method average, and I try to add to it examMark divide by two, which is suppose to give the substitutionscore. I get a syntax error:
operator + cannot be applied to java.util.List<Java.lang.Integer>,int
I have problem how to deal with Integer:'(