- 1
Can anyone help me in solving this ???
Find medians in given set of numbers- Input - N - input length X as array of N length Take input dynamically from users. Output - Show medians with float, without float
2 Respuestas
+ 2
This needs a loop, if you haven't studied loops then you should study them.
+ 2
As Mohammed said.
If you want more specific help, put the name of the language in your tag and include an example of your code.