How do you find the missing number in the array?
The secret to finding the missing number in an array is to use the formula n(n+1)/2. This will help you find the middle number in the array, and from there, you can determine the missing number.