I need to put 5 pesos in order from the smallest to the largest. Defining numbers first, for example: int vet [] = {3,4,2,8,7,1}; it runs right, but I need to do it this way: int vet [] = new int [5]; this way he is only taking 3 numbers as show...
asked by
13.08.2017 / 06:43