+ 1
Can anyone please help me with this question am having my java university exam tomorrow đ«
Identify error in the following of code . class A { int a = 40; public static void main (String []args ) { System.out.print (a); } }
7 Answers
Identify error in the following of code . class A { int a = 40; public static void main (String []args ) { System.out.print (a); } }