Write a java program that does the following:
1. prompts the user to enter five decimal numbers
2. print the five decimal numbers
3. sum the decimal numbers and assign to a double variable called dblsum
4. convert (cast) sum to an integer and save in an integer variable called intsum
5. assign the average of the 5 numbers to a double variable avg
6. print the five numbers and the avg as integers