Nice!
or just return a in the else sa=tatement as i did
In that case a == b, so it's indifferent which of them is returned. In the current case b will be returned, but the condition could be a >= b as well in which case a would be returned when the are equal.
then either one is ok
what if numbers were equal?
Loading collection data...
Nice!
or just return a in the else sa=tatement as i did
In that case a == b, so it's indifferent which of them is returned. In the current case b will be returned, but the condition could be a >= b as well in which case a would be returned when the are equal.
then either one is ok
what if numbers were equal?