E
E
eshran2021-01-10 21:37:46
Node.js
eshran, 2021-01-10 21:37:46

How to choose the largest or smallest number among three variables?

first = utils.random(1, 10)
second = utils.random(11, 20)
third = utils.random(21, 30)


how to choose the largest / smallest among these variables?

Answer the question

In order to leave comments, you need to log in

1 answer(s)
A
AVKor, 2021-01-10
@AVKor

first = utils.random(1, 10)
second = utils.random(11, 20)
third = utils.random(21, 30)

first is the smallest, third is the largest.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question