class Main { public static void main(String args[]){ final int i; i = 20; System.out.println(i); } }
This question is part of this quiz :