Computer Science, asked by gokulkrishna21, 7 months ago

Write a C++ program to find average age of 2 persons. ​

Answers

Answered by vijayababu3399
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