What will be output of following code?public class Main { public static void main(String[] args) { int i; i = i + 5; System.out.println(i); }}
Reveal answer
Fill a bubble to check yourself
What will be output of following code?public class Main { public static void main(String[] args) { int i; i = i + 5; System.out.println(i); }}