X746: Find Average of Three Numbers C++

Given three integers named first, second and third, write code that finds the average of the three numbers and that stores the result in the variable named myAverage. Replace /* data type */ comment with the appropriate data type.

Your Answer:

Reset

Practice a different C++ exercise

Feedback

Your feedback will appear here when you check your answer.