# Introduction Sorting is an essential operation in computer science that arranges data in a specific order. In this challenge, we will write a script that sorts a given set of numbers in ascending or descending order using the bubble sort algorithm. The script will take input from the user through command-line arguments and provide a menu for the user to choose the sorting order.
Click the virtual machine below to start practicing