Topic: Array Problem / Level: intermediate

Problem: Given an array, find the maximum sum of a subarray that contains at least one negative number.

Run the code to see the output here...