X654: Casting

What value is stored in myDouble after casting happens during the assignment in the second line of code?

int myInt = 9;
double myDouble = myInt; 

Your Answer:

Select one answer:


Practice a different exercise

Feedback

Your feedback will appear here when you check your answer.