+ 2
Classes and objects
I tried my best but didn't got the answer can anyone tell me where did I went wrong https://code.sololearn.com/cCDYlz3YW95J/?ref=app
4 Respostas
+ 1
https://code.sololearn.com/ct2eCg2IFcsw/?ref=app
Fixed, if you have further questions, feel free to ask.
+ 1
i fix your code and explain the problem inside : )
https://code.sololearn.com/cUJPCx73GA5m
0
You didn't declare a return type for getl().
Edit: That's not all... Gimme a sec
0
Line no:7 use len instead of getl
as :
len(string x,string y){ //constructer for class len
Not getl(string x,string y){ //normal function