Correction Exercice 2 types et variables <?php $nb_tab = [22, 14.7, 29, 18.26, 35, 107.936, 56, 44]; print_r($nb_tab); $str_tab = ["Chat", "Chien", "Lapin", "Souris", "Singe"]; print_r($str_tab); ?> 20 November 2025Correction Exercice 1 Types et variablesCorrection Exercice 3 Types et variables