Back to demo Public demo question

Student Average Calculator

You are building a program that calculates the average score of a student:The user enters three exam scores.A function calculates the average of the scores...


You are building a program that calculates the average score of a student:

  1. The user enters three exam scores.

  2. A function calculates the average of the scores.

  3. Another function calls the average function and prints the result with a message.