Can anyone please help me with this question am having my java university exam tomorrow 😫 | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 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); } }

23rd Feb 2022, 10:52 AM
Julieth
Julieth - avatar
3 Answers
+ 2
Thank you devanille
23rd Feb 2022, 11:17 AM
Julieth
Julieth - avatar
+ 1
23rd Feb 2022, 3:23 PM
Julieth
Julieth - avatar
0
I think the error it's on the line number 01 ...the class name should start with capital letter
23rd Feb 2022, 11:05 AM
Julieth
Julieth - avatar