Project information

Details

Program displays title and programmers name, followed by an introduction explaining the program. Program then generates 200 random numbers in range [15,50] (inclusive), converts them to their ascii representation, directly and then writes them direectly into a text file. These numbers are then read back into an ascii array which is then parsed into a decimal array. The unsorted random numbers are displayed first (ascii array) followed by the sorted numbers, and then the medium value of the array, followed by the number of instances fo reach value generated in ascending order of instances. Numbers are displayed 20 per row. Program then displays goodbye message.