One simple idea that can be helpful to all,
many times we have an array from which we need to find out the blank elements which can be present in between. For that we need to check each element and then verify whether it is blank or not(for numeric it is comparison for zero and non zero).
One function can be made available in the array pallete which can give the output array which is not having any blank element.
Input will be the array from which blank elements needs to be removed.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Any idea that has received less than 2 kudos within 2 years after posting will be automatically declined.