I want to sort the numbers that I get through the input method. I\'ve tried many codes so far but none of them works. my input is: 3+2+1 my desired output: 1+2+3 I just need