Reads in a file of integers (appx 80-100) Repeatedly allows the user to choose between a) Sort the numbers (in ascending order) b) Picking the Kth number (also in ascending order) {where the user picks & inputs K} c) exiting (where appropriate output--the full list or selected number is offered after each selection) until the user decides to exit.