X653: Casting

What value is stored in myInt after casting happens during the assignment in the second line of code.

double myDouble = 9.55;
int myInt = myDouble; 

Your Answer:

Select one answer:


Practice a different exercise

Feedback

Your feedback will appear here when you check your answer.