Menu
×
×
Correct!
Exercise:Add the correct data type for the following variables:
@(3) myNum = 5;
@(5) myFloatNum = 5.99;
@(4) myLetter = 'D';
int myNum = 5;
float myFloatNum = 5.99;
char myLetter = 'D';
Not CorrectClick here to try again. Correct!Next ❯ |
This will reset the score of ALL 46 exercises.
Are you sure you want to continue?