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