Write a program to print calculate average of two decimal number using friend function in c++.
Answers
Answered by
0
Answer:
ok your answer
Explanation:
/* C++ Program to find Mean Value of number using Friend function */ Enter 1st value :: 5 Enter 2nd value :: 8 Mean value is :: 6.5 Process returned 0
mark me branliest
Similar questions