Consider the following code snippet and find x and y: float x=8.25f; int y; y=(int)x;
x= 8.25, y=8
x= 8.0, y= 8.0
x=8, y=8.25
x=8, y=8