I am working on code in class. The idea is that you enter three numbers into the program and it tells you which number is the highest. I have gotten my code to work for all but one case in which the user gives three negative numbers. I tried to make the variables signed integers. But still didn't work right any ideas on how to make this code work for negative numbers? It works otherwise.
thanks for looking at this code with me guys! It works for me too! Except when the user enters -52.21 -54.23 -54.1 then it seems to break. I am thinking maybe I should try a making the variable a float type?