Create a console application that helps users calculate the tip amount based on their bill subtotal and a given tip percentage.
Example 1: A $10 bill with 20% tip = $2 tip; $12 total
Example 2: A $25 bill with 18% tip = $4.50 tip; $29.50 total
--- Tip Calculator ---Enter the bill subtotal: 50.00 [Enter]Enter the tip percentage: 15 [Enter]
Tip amount: $7.50Total amount: $57.50