I've been using the == operator in my program to compare all my strings so far.However, I ran into a bug, changed one of them into .equals() instead, and it fixed the bug.I've been using the == operator in my program t
I've been using the == operator in my program to compare all my strings so far.However, I ran into a bug, changed one of them into .equals() instead, and it fixed the bug.I've been using the == operator in my program t