Listen everyone my code ...why is not run and when run them no output why ...you have any solution | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
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

9th Nov 2022, 4:41 PM
Tony stark
Tony stark - avatar
5 Answers
+ 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.
9th Nov 2022, 6:21 PM
Denise Roßberg
Denise Roßberg - avatar
+ 1
remove the dots in public.class and public.static.void.main and you will start to see the other errors in the output
9th Nov 2022, 5:28 PM
Apollo-Roboto
Apollo-Roboto - avatar
0
no output means it never printed anything maybe could you link your code so we can have a look?
9th Nov 2022, 5:09 PM
Apollo-Roboto
Apollo-Roboto - avatar
9th Nov 2022, 5:12 PM
Tony stark
Tony stark - avatar
0
See
9th Nov 2022, 5:14 PM
Tony stark
Tony stark - avatar