+ 1
How to code smallest to largest in three integers?
2 Antworten
+ 6
https://www.sololearn.com/learn/774/?ref=app
Refer this for algorithms of sorting...
+ 4
By "smallest to largest" I think you mean sorting the integers in assending order. There are many already existing sorting algorithms you could google such as bubble sort and merge sort and then implement one of those.