Write a program to input four integers and print them in descending order. | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 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...

7th Oct 2017, 5:47 PM
Harsh Tirkey
Harsh Tirkey - avatar
3 Answers
+ 3
7th Oct 2017, 7:36 PM
Ferhat Sevim
Ferhat Sevim - avatar
0
https://code.sololearn.com/c8NtuVrxK14t/?ref=app
7th Oct 2017, 8:24 PM
Dewansh Raj
- 1
w/o an array or w/o array sorting functions?
7th Oct 2017, 6:17 PM
Freezemage
Freezemage - avatar