#include <iostream> int main() { int a,b,c,avg; std::cin>>a>>b>>c; avg=(a+b+c)/3; std::cout<<"avg is : "<<avg; }
To embed this project on your website, copy the following code and paste it into your website's HTML: