0
What is wrong in my program?
Constructors and private attribut. https://code.sololearn.com/czuQ9wAUvl23/?ref=app
2 ответов
0
You have ; line 10
0
First you have 2 public classes. Thats a no in java. Second you placed ';' after the method signature on line 10.