0
/ 10
What value is stored in myInt
after casting happens during the assignment in the second line of code.
double myDouble = 9.55; int myInt =...
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 feedback will appear here when you check your answer.