Design an algorithm that will prompt for and accept four numbers, sort them into ascending sequence and display them to the screen. Your algorithm is to include a module called Order _two_numbers that is to be called from the mainline to sort two numbers at a time.