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

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

int a = 10;
int b = 20;
int c = a + b;
System.out.println(c);