Hi,
I'm in need of some QUICK help!
how do i write a statement so that value 1 and value 2 check value 3 to see which value (1 or 2) is numerically closer to value 3?
to explain this tongue-twister further...
private int hello = 21;
lblgoodMorning (has a value of 13)
lblgoodBye (has a value of 10)
in this case, a message box would display lblgoodMorning is closer!
Many Thanks