+ 1
Hello guys... What am i doing wrong? I am getting errors
2 odpowiedzi
+ 4
https://code.sololearn.com/c6oj0KdIEkcn/?ref=app
Your Array declaration is wrong
Iterator type not specified
Arrays index is out of bounds cos you used::
i<=arr.length
instead of
i<arr.length
+ 1
thank you so much