| Menu × × Correct! Exercise:Add the correct data type for the following variables: 
@(3) myNum = 9;
@(6) myDoubleNum = 8.99;
@(4) myLetter = 'A';
@(4) myBoolean = false;
@(6) myText = "Hello World";
 
int myNum = 9;
double myDoubleNum = 8.99;
char myLetter = 'A';
bool myBoolean = false;
string myText = "Hello World";
 Not CorrectClick here to try again. Correct!Next ❯ | 
This will reset the score of ALL 58 exercises.
Are you sure you want to continue?