0
как сделать чтобы не было вылетав
1
2 odpowiedzi
+ 3
Assuming you mean this code:
https://code.sololearn.com/cV2fh9u1zggX
Delete the words: Java, Language, and identifier. Add the missing }. It should look like this:
class MyClass {
public static void main(String[ ] args) {
System.out.println("Hello World");
}
}
+ 1
Mmmmmm....