Welcome, guest! Login / Register - Why register?
Psst.. new poll here.
[email protected] webmail now available. Want one? Go here.
Cannot use outlook/hotmail/live here to register as they blocking our mail servers. #microsoftdeez
Obey the Epel!

Paste

Pasted as C by james ( 12 years ago )
#include<stdio.h>
#include<conio.h>
main()
{ int a=10;
int b=20;
 int c;
 do
 { printf("entrer le nombre\n");
 scanf("%d",&c);
 }
 while((a+b+c)<100);
{
 printf("la somme est %d\n",a+b+c);
 }
getch();
}

 

Revise this Paste

Parent: 28653
Children: 40828
Your Name: Code Language: