Write a Java program to define an integer, a float number, and a double number. Then, assign the value "156327.9804" to the double number. Then, assign the value of the double number to the other two variables using type casting. Then, print the variables.