Arrange values in ascending order

HI

I have a file

# vi assc
values order fin
100    34  45
200    12  64
120    10  23

Here I need to check whether the values of second column"order"
is arranged ascendingly

Note: Always order column will be arranged either in ascending or descending order

How to make it?
Please suggest

What have you tried? Is this homework?