0
I want to display two string array in my main code. I have error. Thanks you.
Display two string array. https://code.sololearn.com/cGcvhkrsPU0c/?ref=app
3 Answers
+ 3
Not sure what you're trying to do..
But you've a typo in name of your method when you're calling it in main method.
And the return type of your method is String but you're returning boolean. So it's throwing error.
Btw... When naming your method you should start it with small letters.. Just for convention..
0
Many probles in your code
0
Please Check methods and variables name