Code doubt in this

pls review why the code isnt working

Can you please send me the code or code link?

here is the link : https://ide.codingblocks.com/s/186959

there are two mistakes in your code.

  1. you missed taking array input
    take n inputs and store in array

  2. in while loop, condition should be while(l<h){} because we need two different numbers.

Thanks

I hope I’ve cleared your doubt. I ask you to please rate your experience here
Your feedback is very important. It helps us improve our platform and hence provide you
the learning experience you deserve.

On the off chance, you still have some questions or not find the answers satisfactory, you may reopen
the doubt.