Download as txt, pdf, or txt
Download as txt, pdf, or txt
You are on page 1of 1

#include<stdio.

h>
#include<conio.h>

main()

{
int a,b,s;

printf("entrez deux nombres");


scanf("%d %d",&a,&b) ;

s=a+b;

printf("Voici la somme %d:",s);


t
return 0;

You might also like