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:
The user enters three exam scores.
A function calculates the average of the scores.
Another function calls the average function and prints the result with a message.