Create a decorator named validate_numeric to validate if the input arguments of a function are numeric (types int or float). If any of the arguments passed to the function are not numeric, it should ...