So, this was my solution for this problem, and I feel I may have over complicated this a little bit. My output from entering 1,2,9,9 comes out as 1, which is incorrect. What I tried to do was break down all the logic required to both come up with a maximum number between the 4, and only display 1 input should two inputs be the max number. So I suppose what I'm wondering is, if there is a simpler, cleaner way to do this problem, and if not, where I went wrong in my code. Thanks in advance for the help!