• + 5 comments

    It's easy to read but not efficient. An efficient code should be like this: return a>b?(c>d?(c>a?c:a):(d>a?d:a)):(c>d?(c>b?c:b):(d>b?d:b)); but isn't easy to read...