You have got three variables like
a = 1
b = 2
c = 3
and you find the minimum can you somehow display the variable name instead of the value it has
Example
d = min[a,b,c]
after this operation d should become c since c is the greatest. Or maybe there's some alternative way because i want to assign the variable name in another operation afterwards.
a, sinceais the smallest... what do you mean by that? do you want it to be the string'c'?