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;
 printf("entrer le numero de ton menu\n");
 scanf("%d",&a);
 switch(a)
 { case (1):
   printf("ta choisi un bigmac");
   break;
 case(2):
  printf("ta choisi un western");
  break;
 case(3):
  printf("ta choisi happy meal");
  break;
 default:
  printf("fais un choix");

 }
 getch();
}

 

Revise this Paste

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