Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
Ranked #107.65K
~167 People Reached
Favorite Forums

1 Posted Topic

Member Avatar for cproud21

You don't need the getTotal section. I deleted it and rewrote the Calculate action like this and it returned the Total, Subtotal and Tax amounts... public class CalcButtonListener implements ActionListener { public void actionPerformed(ActionEvent e) { double subtotal; // The order subtotal double tax; // The amount of sales tax …

Member Avatar for LDeArm
0
167

The End.