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.
Public demo question
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...
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.