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

What will be the output of the following Java code snippet?

final int myConst = 100;
myConst = 200;
System.out.println(myConst);