0
If your maths is clear what you need to do is "var totalPrice = price + (price*tipRate);" and "var totalPrice = price + tipInDollars;" and display it where ever you want it.
0
I just don't know how to do it, you mind walking me through it?
0
You have created methods with proper signature. What issue you are facing in writing the method bodies?