0
I want to display the array , the less number to a big number. I do it now.
Less number to a big number array. https://code.sololearn.com/ckU6Ypkf2QZb/?ref=app
1 Answer
0
You have to compare each and every number with each other, it's a simple sorting technique named "Bubble sort".
https://www.sololearn.com/learn/649/?ref=app
https://code.sololearn.com/cAtWHhLdu8n5/?ref=app