An expression is to be set up so that if the transaction amount is greater than 1000, the expression should return the string 'MORE'; if the transaction amount is less than 1000, it should return the string 'LESS'; and if the transaction amount is equal to 1000, It should return the string 'EQUAL'.
Which three options can be used to set this expression up to accurately give the desired output?
Currently there are no comments in this discussion, be the first to comment!