Write an algorithm that gets as input three data values x,y, and z and outputs the average of these values if the value of x is positive. If the value of x is either 0 or negative, your algorithm should not compute the average but should print the error message "Bad Data" instead.