Assignment 1 : Due Tuesday, July 18

General Rules:


1. Program must be written in C++.
2. Must hand in source code, and "script" of program runs.
3. Grades discounted 10% per day late.

Project Description:


Your assignment is to write a small interactive program which does the following:

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.