1

What will the last statement do ?
int a;
a=10;
System.out.println(a);

  • This will print a as string

  • This will take user input

  • This statement is wrong

  • This will print the value stored in a