I am unsure of what this assignment wants from me. It says it wants the average of three numbers. But it also says if all numbers are equal display any one of them(ex: a = 5, b = 5 and c = 5 print a or b or even c)!?!? And it says if two of the 3 numbers are equal, display either of the two(a = 5, b = 5, c = 10 display a or b). Im so confused on what to do.