Hello. I'm new here and simply looking for help to a problem I'm having.
I have a program requesting user input for two variables as integers. I then have a third variable set as a double that I would like to use to divide the two integers and give me a decimal with no more than 2 decimal places.
I'm fairly certain this has something to do with me trying to set a double equal to the division of 2 integers. How would I get this to work?