Requested

Create a program that reads the total amount and the percentage of tip you wish to give. The program calculates the tip and returns the total amount including the tip.

Example

Below is an example execution of the assignment. The text in red represents user input and is logically not printed by your program. For the result only two digits after the decimal point are dispayed./

Enter the total amount:
25.50
Enter the tip percentage you wish to give:
15.5
Total amount including tip: €29.45