In Java,I need to ask user input for two integers. The program needs to divide by these two integers and produce a decimal to the sixth place. I know that i will need to name two integers: numerator and denominator. Also, I need to name a double variable: result.
Thanks for the help!!