#javascript
Read more stories on Hashnode
Articles with this tag
myBill = float(input("What was the bill?: ")) numberOfPeople = int(input("How many people?: ")) tip = int(input("What percent tip do you want to...