Module 2: Workshop - CodeWorkout

Score: 0 / 4.0

Operators, Casting


Exercises

0 / 1.0

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

int myInt = 9; double myDouble =...