[Solved] Java: Parameter list without comma

I’m guessing you’re new to programming, so I’ll give a quick explanation of what’s going on. If I’ve missed the point of your question entirely, I’m sorry. This line: public int compareWith(Choice anotherChoice){ is part of the Choice object. It takes another Choice object and compares it with itself. …or at least, that’s what I … Read more