Computer Science, asked by Pradyumna7527, 1 year ago

Return an array, where the first element is the count of positives numbers and the second element is sum of negative numbers. If the input array is empty or null, return an empty array:

Answers

Answered by Anonymous
2

an array, where the first element is the count of positives numbers and the second element is sum of negative numbers. If the input array is empty

Similar questions