Write a MATLAB program to do the following:
1- Allows the user to enter unlimited number of data set.
2- Allows the user to exit the program at any time by enteringzero.
3- Calculates and displays the following statistics for theentered data set:
a- Count of positive, negative, and total numbers.
b- Maximum and Minimum numbers.
c- Sum and Average of positive numbers.
d- Sum and Average of negative numbers.
e- Overall Sum and overall average of all numbers.
4- The output of each item should be displayed in two lines: Onefor the item title and the other for the results.
The output should be similar to the following:
Statistics of the data set:
---------------------------
Count of numbers: Positive = nn, Negative = nn, Total = nn
Maximum and Minimum numbers: Maximum number = n.nn, Minimumnumber = -n.nn