Problem# 01: Write a Java program to read N integers into an array A and

1. Find the sum of all negative numbers in array.
2. Find the sum of all positive numbers in array.
3. Find the average of all negative numbers.
4. Find the average of all positive numbers.
5. Find the maximum value in array.
6. Find the minimum value in array.


Problem# 02: Write a Java program to delete element from the specific place in the array