#include<iostream> using namespace std; float Avg(int a, int b) { return (a+b)/2.; } main() {
Your answer
}