Pascal project

For this project, you are to write a pascal program (to compile under gpc). The program is to generate 100 pairs of integers (each between 1 and 1000), then calculate the GCD of each pair, then sort by GCD, then print out the ordered list of pairs with their GCDs. (Note - no Goto's are allowed . . .)

Send your completed program to tom2 at astarte dot csustan dot edu.