The class name for the program should be 'Decimal Floor'. In the main method you should perform the following: Create a Scanner object. Input a decimal /double value using the Scanner object. Convert the input decimal/double value to an integer value (this will drop the decimal from the decimal/double value input). Output the decimal/double value input. Output the double/decimal value g