+ 6
Write a program to input four integers and print them in descending order.
Input : 4 ,0,9,1 Output : 9 , 4 ,1,0 Without using array...
3 Antworten
+ 3
You can run any four integers!
https://code.sololearn.com/c4HmY3M6pGG6/?ref=app
0
https://code.sololearn.com/c8NtuVrxK14t/?ref=app
- 1
w/o an array or w/o array sorting functions?