Algorithm
At the beginning the array is of length = 0. Then, in each iteration, when trying to enter an element, the array becomes of length + 1; then, said element occupies the position length-1.
Goal
That an element is entered int...
asked on
29.03.2016 / 02:11