Computer Science, asked by keshav200218, 3 months ago

3) The following pseudocode is executed using the "Scores” table. At the end of the execution, the variable 3 points
CountBA captures the number of students with total marks less than average total marks and below average in
exactly one subject. Assume that the variable Avgſ holds the value of average total marks. Similarly, the variables
AvgP, AvgC and AvgM hold the value of average marks of Physics, Chemistry and Mathematics respectively. Choose
the correct choice to complete the pseudocode.​

Answers

Answered by kajalprasad65
14

Answer:

if(subC == 1){

countBA = countBA +1

}

Similar questions