Enter a sequence of integers and type them in ascending order. Repeat actions arrange as a procedure.

  • @voksa, indicate what exactly you can not. - angry
  • I don’t know where to start (I don’t understand this programming language at all), please explain - voksa

1 answer 1

Create an array, enter the number of elements in the sequence, enter or enter numbers into the array via read or readln, then enter them into the array and sort them in ascending order. About array sorting methods, you can read here . In general, of course, it is desirable to show some work. So the likelihood that you will help increases.

  • Sorry, could you give a link where you can do this work? or download the program. - voksa