11 Likes
1
Answered By
1 Like
Consider the following code snippet:
float x = 8.25F; int y; y = (int) x;
What are the values of x and y?