Welcome, guest! Login / Register - Why register?
Psst.. new poll here.
Psst.. new forums here.
Microsoft is blocking us again (TY IP Reputation!) so dont bother with any of their useless mail servers here and just use oauth login instead. Thank the nice Russians for causing that. :)

Paste

Pasted as C by james ( 15 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 GIANT");
   break;
 case(2):
  printf("ta choisi uN HAMBUGUR");
  break;
 case(3):
  printf("ta choisi happy meal");
  break;
 default:
  printf("fais un choix");

 }
 getch();
}

 

Revise this Paste

Parent: 40829
Your Name: Code Language: