Question: a. Input a floating-point array from the user. b. Pass this array along with its size to a function that returns 1 if the number
a. Input a floating-point array from the user.
b. Pass this array along with its size to a function that returns 1 if the number of positive entries in the array is larger than the number of negative entries. Otherwise, the function should return 0.
c. Call this function from the main program.
using c++
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
