Skip to content

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

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors