using namespace std;
int main()
{
int a,b,c;
a=20;
b=30;
c=a+b;
cout<<a<<" + "<<b<< " = "<<c<<endl;
return 0;
}
give us your feedback
About 6 Players blogs
C++ Program that display your full Name enter by a user #include <iostream> using namespace std; int main() { char F_n...
No comments:
Post a Comment