Is it possible to sort 3 integers in either descending/ascending order using ONLY Math.min and Math.max?
Cannot use the "if", "while", "for", "switch" keywords.
Is it possible to sort 3 integers in either descending/ascending order using ONLY Math.min and Math.max?
Cannot use the "if", "while", "for", "switch" keywords.
Comment