Question: Write a Pascal program that does the following: Read the following one line of integers from the standard input (such as your keyboard): 129 32

Write a Pascal program that does the following: Read the following one line of integers from the standard input (such as your keyboard): 129 32 17 24 19 5 5 31 2152 The numbers are separated by one or more blanks. Keep reading integers until the end of the line. You may assume that there are no errors in the input data. Store the integers in an array that's large enough to hold 20 values. . Pass the array by reference to a Print routine. The routine prints the numbers Pass the array by reference to a Sort routine. The routine sorts the array into ascending order. . Pass the newly sorted array by reference to the Print routine. The routine prints the numbers
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
