0
How to compare numbers and cout them from less to most?
Can anyone help me I want to make program like this : Input : 4 4 3 2 1 Output : 1 2 3 4 Explain : Input line 1 is going to be single positive integer tell the amounts of number it's going to compare. Input line 2 is going to be a integer numbers (amounts of recieving numbers will be equal to integer at input line 1) Output will arrange number in input at line 2 from less to most. Sorry for bad gramma and thanks for help. Feel free to comment :D
2 Antworten
+ 1
hey try to understand my code and Google all the things in it :)
then add a resort to 4 3 2 1 again
add a function to cout the smart_array
hope that helps.
https://code.sololearn.com/cj90yG42bMB8/?ref=app
+ 1
Thanks a lot! I am clearly got it.