Shouldn't these be parsed:
Mort = answer.getText();
Int = answera.getText();
T = answerb.getText();
MonthPay.setText( "$" + (Int - (Mort * Int * T)) / (T*12));
T = Integer.parseInt(answerb.getText());
Also, don't you want to use doubles?
server_crash
Postaholic
2,111 posts since Jun 2004
Reputation Points: 113
Solved Threads: 20
You have semi-colons after the if, and else statements. They shouldn't be there.
server_crash
Postaholic
2,111 posts since Jun 2004
Reputation Points: 113
Solved Threads: 20