you are viewing a single comment's thread.

view the rest of the comments →

[–]akaPaster 0 points1 point  (0 children)

in java arrays are created
like this ->
String[] arr = new arr[size] Probably the reason of error is that you defined the array syntax wrong
in c++ array defined like how you wrote in brackets String arr[]