Skip to content

Jokimpr/demo1

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 

Repository files navigation

# demo1
#include<iostream.h>
#include<stdio.h>
#include<conio.h>
void main()
  {
          int num1,num2,c;
          clrscr();
          printf("enter the value of first number:");
          scanf("%d, &num1");
          printf("enter the value of second number:");
          scanf("%d, &num2");
          c=a+b;
          printf("the value of c is:",c);
          getch();
  }      
          

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors