0
Please anyone tell why my code is not excuting 🥺 😞😔
2 Réponses
+ 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