Fill a zeros matrix (★★★★★)
(Copy of Problem 830)
The aim is to fill an array of all zeros given a numerical value and the index of row and columns for t...
5 years ago
Solved
Get the value 100
Knowing that 123-45-67+89=100, write a function that gives this result for any order of the digits in the input. Otherwise, the ...