| 
  
   Menu 
  × 
      
    × 
      Correct! 
    Exercise:Type casting - convert the following  
double myDouble = 9.78;
int myInt = @(5) myDouble;
 
double myDouble = 9.78;
int myInt = (int) myDouble;
 
    Not CorrectClick here to try again. Correct!Next ❯ | 
This will reset the score of ALL 59 exercises.
Are you sure you want to continue?