Bubble Sorting Random Numbers

CSC404, Data Structures
Programming Assignment 2
Due February 1, 2001

You are to write a program that will Each of those four instructions are to be done using functions.
 
  1. Test your program to create and sort a file with a variety of values for N, both small and large values.
  2. Use your program to create and sort a file "Assignment3.txt" containing 100 random integers.
  3. E-mail your text file along with your source code to albert@crawfordenterprise.com
Bubble Sorting
Page 246-248