Number Sorting
Learn to sort a list of numbers in Ruby.
We'll cover the following
Problem
Write a program that asks the user to input 10 numbers, then sorts them into ascending order.
Note: Built-in sorting functions are not allowed.
Get hands-on with 1400+ tech skills courses.