0 / 60 seg.

¿Qué imprimirá el siguiente código Java?

int x = 5;
int y = 7;
System.out.println(x + y + "total");