Hi I'm new here and I just have a quick question. I was solving a problem which asks you to input three numbers and find the smallest, middle and largest of the three. I figures out that part but It also asks at the end to output which variable the numbers are stored to. I used int n1, n2, n3. It's kind of hard to explain what I'm looking for but at the end of my program it outputs the largest number first than the middle and then the smallest. It wants me to have which int variable corresponds with those three answers and I can't figure out how to output the variables (n1 n2 n3) that go with the large middle and small numbers. Any help appreciates.