Here is the code that is giving me an error --
if(money > 500)
JOptionPane.showMessageDialog(null, "OK..you win...I owe you $ "money - 500" \n You'll be back!!\n", "MONEY COUNT", JOptionPane.INFORMATION_MESSAGE);
The error is telling me that I need to put ")" in the line (I'm assuming...