C:\>a:\prog2  0<c:\p21.txt

  This program will get 3 integers from the user.

  It will echo them out.

  It will then arrange them into descending order.

  It will print the sorted numbers.

    

    

  Please enter 3 integers which are

  right justified in columns 5,10,15

    

  Here are the 3 numbers input by the user

                 1234                3472                9872

    

  Here are the 3 numbers in descending order

                 9872                3472                1234

 

C:\>a:\prog2  0<c:\p22.txt

  This program will get 3 integers from the user.

  It will echo them out.

  It will then arrange them into descending order.

  It will print the sorted numbers.

    

    

  Please enter 3 integers which are

  right justified in columns 5,10,15

    

  Here are the 3 numbers input by the user

                  123                 345                 234

    

  Here are the 3 numbers in descending order

                  345                 234                 123

 

C:\>a:\prog2  0<c:\p23.txt

  This program will get 3 integers from the user.

  It will echo them out.

  It will then arrange them into descending order.

  It will print the sorted numbers.

    

    

  Please enter 3 integers which are

  right justified in columns 5,10,15

    

  Here are the 3 numbers input by the user

                  123                 234                 345

    

  Here are the 3 numbers in descending order

                  345                 234                 123

 

C:\>a:\prog2   0<c:\p24.txt

  This program will get 3 integers from the user.

  It will echo them out.

  It will then arrange them into descending order.

  It will print the sorted numbers.

    

    

  Please enter 3 integers which are

  right justified in columns 5,10,15

    

  Here are the 3 numbers input by the user

                12323               23434               34545

    

  Here are the 3 numbers in descending order

                34545               23434               12323

 

C:\>a:\prog2  0<c:\p25.txt

  This program will get 3 integers from the user.

  It will echo them out.

  It will then arrange them into descending order.

  It will print the sorted numbers.

    

    

  Please enter 3 integers which are

  right justified in columns 5,10,15

    

  Here are the 3 numbers input by the user

                -8123               -7893               -6222

    

  Here are the 3 numbers in descending order

                -6222               -7893               -8123

 

C:\>a:\prog2  0<c:\p26.txt

  This program will get 3 integers from the user.

  It will echo them out.

  It will then arrange them into descending order.

  It will print the sorted numbers.

    

    

  Please enter 3 integers which are

  right justified in columns 5,10,15

 

 

  INPUT DATA WAS ERRONEOUS - OUTPUT MEANINGLESS

    

  Here are the 3 numbers input by the user

                   23                   1             4199799

    

  Here are the 3 numbers in descending order

              4199799                  23                   1