Skip to content

Kannupriyasingh/sum

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

sum

Simple program to add two numbers #include<stdio.h> #include<math.h> int main() { int a,b,sum; printf("Enter two real numbers"); scanf("%d %d",&a,&b); sum=a+b; printf("sum of a and b is %d",&sum); return 0; }

About

Simple program to add two numbers

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors