27. Remove Element

Given an integer array nums and an integer val, remove all occurrences of val in nums in-place and return the new length.

Word Count: 0