Cours chapitre commencer listing 15

	while (testReponse==false){	  
          Terminal.ecrireStringln("Entrer taux (normal->0 reduit ->1) ");
          t = Terminal.lireInt();
	  if (t==0 || t==1){
	    testReponse=true;
	  }
	  else {
	    testReponse=false;
	  }
	}