Why( string) datatype is not working in thies code? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 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

25th Mar 2018, 10:58 AM
Vijay(v-star🌟)
Vijay(v-star🌟) - avatar
5 Answers
+ 4
You should capitalize the string to String[] args
25th Mar 2018, 11:03 AM
Nurman Tajir
Nurman Tajir - avatar
+ 11
thank you @ nurman and also aidos
25th Mar 2018, 11:06 AM
Vijay(v-star🌟)
Vijay(v-star🌟) - avatar
+ 11
thank u @ Thanos
26th Mar 2018, 6:28 AM
Vijay(v-star🌟)
Vijay(v-star🌟) - avatar
+ 3
public class Make { public static void main( String[]args) { System .out.println( "hell"); } }
25th Mar 2018, 10:59 AM
Aidos Zhakupov
Aidos Zhakupov - avatar
+ 3
The String Should be in capital letters
26th Mar 2018, 2:55 AM
Thanos Hai Hum, Aa Jao Kisme Hai Dum.
Thanos Hai Hum, Aa Jao Kisme Hai Dum. - avatar