Advertisement
Guest User

Untitled

a guest
Apr 28th, 2015
191
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.24 KB | None | 0 0
  1. public void requestCoupon() {
  2. Transaction();
  3. CouponCount = 20;
  4. }
  5.  
  6. public double Transaction () {
  7. Payment += CouponPayment;
  8. return Payment;
  9. }
  10.  
  11. public double Transaction () {
  12. Payment += DisCPayment;
  13. return Payment;
  14. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement