I cant seem to get this to work.. Any pointers?
Code:Object[] options= {"Show Amortization","Enter Another Loan","Exit Program"};
}
a=JOptionPane.showConfirmDialog(null, "Would you like to see the amortization of the current loan?");
JOptionPane.YES_NO_CANCEL_OPTION;
JOptionPane.Question_MESSAGE;
if("Show Amortization"==yes{contniue};
else if("Enter Another Loan"==no){main();
return;}
else if ("Exit Prgram");{System.exit(0)
};
