I have 12/20 in english in my "3ème"... but i want "approfondir mes conescances" !supmachin said:I think at school you can learn.![]()
So now I can't repeat this mistake!I am listenning Simple Plan = FALSE, I am listenning to Simple Plan = RIGHT. Thank you![]()
#include "stdio.h"
#include "stdlib.h"
int main(void)
{
long haveYou = 0;
printf("The good sence is : ...\n");
printf("Have you understand?");
printf("Choice 1. I have understand!\n");
printf("Choice 2. No, sorry but I am so stupid -_-\n\n");
printf("Enter your choice : ");
scanf("%ld", &haveYou);
switch (haveYou)
{
case 1:
printf("Thank you! I'll give you Rayman!");
break;
case 2:
printf("After that, shut the fuck up -_-");
break;
default:
printf("It is not funny, you are so stupid -_-");
break;
}
getchar ();
return EXIT_SUCCESS;
}
It was indeed a bit difficult to understand you, but French is more difficult than English, so it wouldn't be easy to explain all the grammar, and make you understand your mistakesneo said:Yes, including me. I posted a bit in the french forums, but it was all screwed up. ^^
What did you say?neo said:Yes, including me. I posted a bit in the french forums, but it was all screwed up. ^^