37 Likes
six 33
Answered By
8 Likes
Consider the following code snippet:
float x = 8.25F; int y; y = (int) x;
What are the values of x and y?