write c++ program to Print the average of a numbers . 2022-10-02 // 1) write c++ program to Print the average of a numbers . #include #include using namespace std; int main() { int a,b,c; cin>>a>>b>>c; double avg = (a+b+c)/3; cout< Twitter WhatsApp Telegram Facebook