Well, this makes no sense. Here's the code:
This is for one of the Java tutorial exercises.
So, I have under the Card class, as you can see, a declaration of two string[] vars, and then their assignments.
Trouble is, when I enter their assignments, Netbeans is throwing me an error, "cannot find symbol/symbol: class suit/location: Class card/<identifier> expected."
It's like it thinks suit and rank are supposed to be classes, even though I JUST declared them as string[] variables.
What's the deal with that?
-s45