Learning sorting numbers with if else @ Dcoder
18 Jul 2023 1 minute read 0 comments Lochard
Problem: There are 3 numbers given as input sort them in increasing order. Input: Three space separated positive integer m,n,p Output: Print the integers in sorted incresing order separated by space. Constraints: 0