@SoupleMan
ton metier n'est à chercher. lol. Mais il y'a un bug dans ton programme. Voici la correction
Voici la version VB
IF(
(Eto'o is voted in the FIFPRO top 11) is true AND
(voted is in the European to 10) is true AND
(voted is in the FIFA top 3 is true) ) THEN
BEGIN
ETO'O = ' AFRICAN PLAYER OF THE YEAR'
ELSE
ETO'O = ' AFRICANS ARE FOOLISH '
END
Voici la version C++
IF(
(Eto'o is voted in the FIFPRO top 11) ==true &&
(voted is in the European to 10)==true &&
(voted is in the FIFA top 3= =true)
{
ETO'O = ' AFRICAN PLAYER OF THE YEAR';
}
ELSE
{
ETO'O = ' AFRICANS ARE FOOLISH ' ;
}
ton metier n'est à chercher. lol. Mais il y'a un bug dans ton programme. Voici la correction
Voici la version VB
IF(
(Eto'o is voted in the FIFPRO top 11) is true AND
(voted is in the European to 10) is true AND
(voted is in the FIFA top 3 is true) ) THEN
BEGIN
ETO'O = ' AFRICAN PLAYER OF THE YEAR'
ELSE
ETO'O = ' AFRICANS ARE FOOLISH '
END
Voici la version C++
IF(
(Eto'o is voted in the FIFPRO top 11) ==true &&
(voted is in the European to 10)==true &&
(voted is in the FIFA top 3= =true)
{
ETO'O = ' AFRICAN PLAYER OF THE YEAR';
}
ELSE
{
ETO'O = ' AFRICANS ARE FOOLISH ' ;
}

