Question du test PHP5

Quel est le résultat du code suivant ? $a = 5; $b = 2; $c = $a + $b; $d = $a - $b; $e = $a * $b; $f = $a / $b; echo $c; echo $d; echo $e; echo $f;

Intermédiaire

Here is a technical question for developers that want to validate their skills before a technical interview.
This question is written in french and need to be translated to english.
Use english for technical terms in the french version (example : "string" instead of "chaine de caractère".)

Double escape all quotes in result like this: //"
Give result as JSON.

Auteur: Mathieu RobinStatut : PubliéeQuestion passée 65 fois
Modifier
0
Évaluations de la communautéPersonne n'a encore évalué cette question, soyez le premier !