I have just started C++ and ran into a question that i am trying to figure out
Write a fragment of code to display the middle value in a unordered set of three values. After displaying the result ask if the user wants to repeat the process. EX. 10 30 12, 12 would be shown.
I need to use a while loop, but beyond that i have confused myself so i was hoping i could get some help