+ 12
đđđCHALLENGE : Ascending Digitsđđđ
Allow the user to input an integer number and print out its digits in ascending order.(without using array, you can print out each digit repeatedly if it repeats in the number)
6 Respostas
+ 32
wait âș
//& here it is
https://code.sololearn.com/cn5z5ap9LokQ/?ref=app
+ 12
Python!! Check out . One-linear
https://code.sololearn.com/c698CnhPJ00u/?ref=app
+ 5
https://code.sololearn.com/c9DUqLuRpZZC/?ref=app
+ 4
https://code.sololearn.com/cS48BSe3aqM6/?ref=app