You are viewing a single comment's thread. Return to all comments →
using namespace std; int main() { int a,b,c,s=0; cout<<"enter the number ; cin>>a>>b>>c; s=a+b+c;cout<<"sum is ="<<s; }
Seems like cookies are disabled on this browser, please enable them to open this website
Input and Output
You are viewing a single comment's thread. Return to all comments →
include