Write a MATLAB program that will accept an arbitrary number of positive input values and calculate both the arithmetic mean and the geometric mean of the numbers. Use a while loop to get the input values, and terminate the inputs when a user enters a negative number.