Find the minimum of three numbers

Task. Were given three real numbers [latex]x[/latex], [latex]y[/latex], [latex]z[/latex]. Find [latex]\min (x, y, z)[/latex].

Tests

Input Output
7 8 9  7
8771 1346574 1131  1131

Solution

With if-statement

Code refactoring

Добавить комментарий

Ваш адрес email не будет опубликован. Обязательные поля помечены *