0
What seems to be the problem here?
Constructors https://code.sololearn.com/cNtMmMx9ID8s/?ref=app
1 Resposta
+ 4
You have a constructor that requires four arguments in line 20, but don't provide any on object creation in line for.
Constructors https://code.sololearn.com/cNtMmMx9ID8s/?ref=app