What is the output of the following code snippet?
python
Copy code
int x = 5;
int y = 2
go
System.out.println(x / y);
A) 2.5
B) 2
C) 2.0
D) Error