0
Listen everyone my code ...why is not run and when run them no output why ...you have any solution
Code ..is says the no output
5 Respuestas
+ 3
remove line 3 because you don't need to import something for your program.
classes in Java starts with capital letters:
String not string
System not system
And you need to be careful with your brackets -> there are some extra } in your code.
+ 1
remove the dots in public.class and public.static.void.main and you will start to see the other errors in the output
0
no output means it never printed anything maybe
could you link your code so we can have a look?
0
See