+ 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
9 odpowiedzi
+ 4
Also, it's not system.out.printin, it's System.out.println.
+ 4
Write String instead of string. Java is key sensitive.
Ex:
public static void main(String[] args)
+ 1
Can you please explain more and possibly the entire code?
+ 1
you are a life saver thanks it worked
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
0
it says something about symbol error
0
class MyClass {
public static void main(String[]args) {
System.out.printin("i still dont understand");
}
}
0
where is my mistake?
0
capital L or small l?