You are viewing a single comment's thread. Return to all comments →
Getting this error:
Solution.java:55: error: cannot find symbol for (int resultItr = 0; resultItr < result.length; resultItr++) { ^ symbol: variable result location: class Solution Solution.java:56: error: cannot find symbol bufferedWriter.write(String.valueOf(result[resultItr])); ^ symbol: variable result location: class Solution Solution.java:58: error: cannot find symbol if (resultItr != result.length - 1) { ^ symbol: variable result location: class Solution 3 errors
Seems like cookies are disabled on this browser, please enable them to open this website
XOR Matrix
You are viewing a single comment's thread. Return to all comments →
Getting this error:
Solution.java:55: error: cannot find symbol for (int resultItr = 0; resultItr < result.length; resultItr++) { ^ symbol: variable result location: class Solution Solution.java:56: error: cannot find symbol bufferedWriter.write(String.valueOf(result[resultItr])); ^ symbol: variable result location: class Solution Solution.java:58: error: cannot find symbol if (resultItr != result.length - 1) { ^ symbol: variable result location: class Solution 3 errors