0 / 60 seg.

What will this Java code segment output?

int a = 3;
a++;
++a;