Question: Write a Python function that takes a bill subtotal (a float) and a tip percentage (integer from 0-100). The function should calculate the tip amount
Write a Python function that takes a bill subtotal (a float) and a tip percentage (integer from 0-100). The function should calculate the tip amount and return the final bill total.
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
