i need to write a program that reads in integers from a data file and then sorts the integers from smallest to largest.
i already know how to read them in but i dont know how to sort them.
please help!!

The easiest sort algorithm to code is the bubble sort. Just google for it and you will find hundreds of code examples.

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.