can any one help me with main(string[] args) any idea why its not woeking when im typing it right? im new by the way | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

can any one help me with main(string[] args) any idea why its not woeking when im typing it right? im new by the way

14th Feb 2019, 3:58 AM
maher
9 Answers
+ 4
Also, it's not system.out.printin, it's System.out.println.
14th Feb 2019, 4:34 AM
EoflaOE
EoflaOE - avatar
+ 4
Write String instead of string. Java is key sensitive. Ex: public static void main(String[] args)
14th Feb 2019, 4:32 AM
RoadToTheDream
RoadToTheDream - avatar
+ 1
Can you please explain more and possibly the entire code?
14th Feb 2019, 4:06 AM
EoflaOE
EoflaOE - avatar
+ 1
you are a life saver thanks it worked
14th Feb 2019, 4:58 AM
maher
0
its the system.out.printin thing its the second lesson when i type (string[] args) it turnes yellow and it dowsnt work at the end
14th Feb 2019, 4:09 AM
maher
0
it says something about symbol error
14th Feb 2019, 4:39 AM
maher
0
class MyClass { public static void main(String[]args) { System.out.printin("i still dont understand"); } }
14th Feb 2019, 4:44 AM
maher
0
where is my mistake?
14th Feb 2019, 4:44 AM
maher
0
capital L or small l?
14th Feb 2019, 4:54 AM
maher