0
What's the problem?
3 Answers
+ 5
You use only void when the function doesn't need to return. Remove double from void double.
You need to return string in toString(). Add return strl;
+ 2
I'm not a Java programmer, but I feel like the problem is the void double (it doesn't make sense, at least not in other lenguages)
0
Thank uš