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(); }
-
Notifications
You must be signed in to change notification settings - Fork 2
The repository is to provide solutions to the basic coding/programming
License
praveen-x/CodeBasic
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
About
The repository is to provide solutions to the basic coding/programming
Topics
Resources
License
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published