Menu
×
×
Correct!
Exercise:Make the output of the following example to only show one digit after the decimal point:
float myScore = 9.5;
printf("@(4)", myScore);
float myScore = 9.5;
printf("%.1f", myScore);
Not CorrectClick here to try again. Correct!Next ❯ |
This will reset the score of ALL 46 exercises.
Are you sure you want to continue?