class Main {  public static void main(String args[]){   final int i;   i = 20;   System.out.println(i); }} - Study24x7
Social learning Network
684 followers study24x7 13 Apr 2019 06:42 PM study24x7 study24x7

class Main {  public static void main(String args[]){
   final int i;
   i = 20;
   System.out.println(i);
 }
}

A

20

B

0

C

Compiler Error

D

Garbage value

study24x7
Write a comment
Related Questions
500+   more Questions to answer
Most Related Articles