Menu
×
×
Correct!
Exercise:Add the correct data type for the following variables:
int myNum = 5;
float myFloatNum = 5.99;
char myLetter = 'D';
Not CorrectClick here to try again. Correct!Next ❯myNum = 5; myFloatNum = 5.99; myLetter = 'D'; |