which part of an expression does the highlighted section describe? expression elements functions built - in…

which part of an expression does the highlighted section describe? expression elements functions built - in functions constants operators expression categories <all> conversion date/time financial general inspection math text expression values abs asc ascw atn cbool cbyte ccur cdate cdbl chr chr$ abs(number) returns a value of the same type that is passed to it specifying the absolute value of a number. an expression value an expression category an expression element
Answer
Brief Explanations:
The highlighted section describes what the 'Abs' function does, which is a built - in function. Functions are expression elements. It's not an expression value (like the result of a function call) or an expression category (like Math, Text etc.).
Answer:
An Expression Element