Question: for java thanks 1. Write a static method that takes an array of integers as a parameter and returns true if the count of strictly

for java thanks
1. Write a static method that takes an array of integers as a parameter and returns true if the count of strictly positive values is larger than the count of strictly negative values in the array, false otherwise. A number is strictly positive if it is strictly larger than zero (i.e. it cannot equal zero). A number is strictly negative if it is strictly less than zero 2. Write a static method that takes an array of integers as a parameter and returns back an integer that is the sum of all of the integers in the array
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
