Inspiration
Major League Hacking Local Day Hack: Share
What it does
Sorts the given list into ascending order
How I built it
- Methodology
- Declared an ArrayList of Strings
- Added strings to the array list
- Used the inbuilt Collections.sort() function to sort it
- At the end printed it.
Challenges I ran into
Finding the proper function to carry out this task.
Accomplishments that we're proud of
Able to sort the list in ascending order.
What we learned
How to sort the list in ascending order
Log in or sign up for Devpost to join the conversation.