The repository is to provide solutions to the basic coding/programming //to add two numbers #include<iostream.h> #include<conio.h> void main() { clrscr(); int a, b, sum; cout<<"Enter two number :"; cin>>a>>b; sum=a+b; cout<<"Sum of the two number is "<<sum; getch(); }
praveen-x/CodeBasic
Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|