/* Affiche abc dans l'odre croissant Args a, b, c : 3 float Returns void */ void ordreCroissant(float a, float b, float c);