الرجوع
تسجيل الدخول

What is the output of the following code?

int x;
for(x=0; x<4; x++) {
}
    System.out.print(x+1);