I want to display two string array in my main code. I have error. Thanks you. | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
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

16th Nov 2020, 6:27 AM
Malick Diagne
Malick Diagne - avatar
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..
16th Nov 2020, 6:56 AM
Minho
Minho - avatar
0
Many probles in your code
16th Nov 2020, 6:46 AM
Prathvi
Prathvi - avatar
0
Please Check methods and variables name
16th Nov 2020, 6:47 AM
Prathvi
Prathvi - avatar