Write a C++ program to find average age of 2 persons.
Answers
Answered by
1
Explanation:
The average value is calculated by the sum of variables divided by the number of variables. Here, the number of variables is three. So, average = sum / 3 calculates the average value.
Similar questions