+ 16
Why( string) datatype is not working in thies code?
i don't have more knowledge about java.I am learning just the basic because i know c++ it is easy for me https://code.sololearn.com/ctV13Mj6Tjtk/?ref=app
5 Réponses
+ 4
You should capitalize the string to String[] args
+ 11
thank you @ nurman and also aidos
+ 11
thank u @ Thanos
+ 3
public class Make
{
public static void main( String[]args)
{
System .out.println( "hell");
}
}
+ 3
The String Should be in capital letters