i need to know why this code
public class Arnold {
public static void main( string[]args) {
system.out.println("Arnold Mayambala");
}
}
is giving me an error if i run it.
its giving me this
Compilation Errors Detected
Line: 3
cannot find symbol
symbol: class string
location: class Arnold
Line: 4
package system does not exist
i need to know where i have gone wrong.
thanks