0
Please anyone tell why my code is not excuting đ„ș đđ
2 Answers
+ 4
you forgot to put String[] args on line 4
this is what you did:
public static void main()
this is what you should do:
public static void main(String[] args)
+ 1
Thanks đ bro it's working now