0 / 60 seg.

Analyze the output of this Java code:

int x = 5, y = 10;
int sum = x + y;
System.out.println(sum);