Download as txt, pdf, or txt
Download as txt, pdf, or txt
You are on page 1of 1

Introdu lungime array: 5

Introdu elemente array: Element[0]: 14


Element[1]: 19
Element[2]: 2
Element[3]: 4
Element[4]: 13
Array: [ 14 19 2 4 13 ]

Array dupa sortare crescatoare:


Array: [ 2 4 13 14 19 ]

Array dupa sortare descrescatoare:


Array: [ 19 14 13 4 2 ]

You might also like