Advertisement
Guest User

Untitled

a guest
May 28th, 2015
275
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C++ 0.11 KB | None | 0 0
  1. float ComputeTip(float billAmount, float tipRate){
  2.     tipRate = taxRate * billAmount;
  3.     return tipRate;
  4. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement