+ 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); } }
3 Respuestas
Identify error in the following of code . class A { int a = 40; public static void main (String []args ) { System.out.print (a); } }