Arrays- Bubble sort

No output in test case 3
https://ide.codingblocks.com/s/63297

Hi Divyam, why have you put a if condition to print only positive numbers? The numbers in output can be negative as well. Just remove that if condition. I’ve done it here for your reference: https://ide.codingblocks.com/s/63362