Print the electricity bill of a customer, given the number of units used by the customer and cost price of each unit

Print the electricity bill of a customer, given the number of units used by the customer and cost price of each unit

Input:

Enter the number of units used:5
Enter the cost of each unit:2


Output:

Your Current Bill Amount is 10


Implementation: