Correction Exercice 4 types et variables <?php $data = 42.0; echo "$data <br>"; $int = (int) $data; echo "$int <br>"; $str = (string) $int; echo "$str <br>"; ?> 20 November 2025Correction Exercice 3 Types et variablesLes conditions et les boucles