Answer:
See Explanation
Step-by-step explanation:
Your program is correct and it follows the correct sequence; however, the reason you keep getting integer result is because the question requires that you declare both variables as integer.
The only modification required in your program is to change change #include to #include <stdio.h> for the program to be free of error.