include(upstream.h). Int main(). {. Int a;. Int b;int c;. Cout("enter values for a and b); cin>>a; cin>>b;. C= a+b;. Cout<<" value for c is << c;. Return(0); }