+ 1
Without using if-else statement, accept three numbers and find second smallest number.
Without using if-else statement, and array accept three numbers and find second smallest number. hint - using Math.max , Math.min
1 Réponse
Without using if-else statement, and array accept three numbers and find second smallest number. hint - using Math.max , Math.min