Search for a lesson?


C# 205: Special Average Calculator

Problem 2 - Special Average Calculator: A teacher is calculating the average of a student. Along the year, there were 3 quizzes and 2 tests. The average is calculated by adding the 2 tests and the heights 2 quizzes, and then dividing by 4. If the final grade is above 70, we display the result and quit. If the final grade is below 70, then we recalculate the average by adding the 2 tests and the 3 quizzes, and then dividing by 4. Finally, we display the result.

Duration: 49:29

Difficulty: Intermediate

Downloads: Solution 1 - Solution 2 - Solution 3



Photos from this tutorial