Expression
An expression is a combination of operators and operands that evaluates to a value.
For Example:
expression = 3 + 9 - 8 * 6
In the above example 'expression' is a variable, 3,9,8 and 6 are operands and +,-,* are operators.
Copyright © 2022 Geeky Session All Right Reseved
0 Comments