Write a program in java that calculates taxi fare at a rate of $1.5 per mile. Your program should interact with the user in this manner:
Taxi Fare Calculator
Enter the distance travelled in miles: 20.2
Your fare is $30.3
Note: You have to use Scanner class to let the user enter the input from the keyboard