Skip to content

The repository is to provide solutions to the basic coding/programming

License

Notifications You must be signed in to change notification settings

praveen-x/CodeBasic

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 

Repository files navigation

CodeBasic

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(); }

About

The repository is to provide solutions to the basic coding/programming

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •