Today I created a program that can order numbers from greatest to least. To use the program, you need to type in all of the values, separated by a comma with no spaces. For example: 12,109,12,15,23,45,17 And it would return 12,12,15,17,23,45,109
Programmed by @abcdefgummies