Alright so I need to find the largest of three numbers using a single condition test in each if statement. I can have nested if statements, but I'm not allowed to use compound conditions (that is part two of the assignment which I have already completed). Below is the code I have for the second part just so you can get a feel of what my code needs to look like to meet the professor's standards. I'm completely stumped on this problem.