#include<iostream> using namespace std; int main(){ int a,b,c; cout<<"Enter the First number: "; cin>>a; cout<<"Enter the Second number: "; cin>>b; c=a+b; cout<<"The sum is : "<<c<<endl; }
CODE: #include<iostream> using namespace std; int main(){ cout<<" * \n"; cout<<" *** \n";...
About
This website is about fundamental of programming. The best language to start programing is c++. On this website you will get tips and different programs written in c++.
For any query please contactameeryousuf2002@gmail.com
No comments:
Post a Comment
Plz don't enter any spam link in the comment box!