Write a program which will allow the user to input n set of


Write a program which will allow the user to input N set of numbers that include both positive and negative data values. Write a program to read these values one at a time and count the number of positive values (including zero values) and the number of negative values found in the set, as well as the number of odd and even numbers.After the required values are determined,print out thes counted values. Write a function determine() which will count the number of positive and negative data values and the number of odd and even numbers.Incorporate the function determine() in a complete c++ program.Inputting and displaying the values should be done inside the main().

Request for Solution File

Ask an Expert for Answer!!
Programming Languages: Write a program which will allow the user to input n set of
Reference No:- TGS0121676

Expected delivery within 24 Hours