[this is my main class, i'm trying to have print out the words from the other class, it is giving me the can't find symbol error, I verified the name of my string, but I still can't find the errors.
Asked
Active
Viewed 22 times
0
-
Can you post your code ? Maybe you misspelled a class name or maybe there is an issue with the scope of one of your variables. A lot of reasons can be the cause of this error. – Khaled Oct 16 '16 at 03:35
-
1In the future -- post your code as code-formatted text, not as an image. How can anyone copy and paste an image into their IDE and run it as a program? – Hovercraft Full Of Eels Oct 16 '16 at 03:35
-
Also post your full error messages. – Hovercraft Full Of Eels Oct 16 '16 at 03:36
-
Then please look at [What does a “Cannot find symbol” compilation error mean?](http://stackoverflow.com/questions/25706216/what-does-a-cannot-find-symbol-compilation-error-mean) – Hovercraft Full Of Eels Oct 16 '16 at 03:37