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