InterviewSolution
Saved Bookmarks
| 1. |
Expression is a combination if operator and oprands ? |
|
Answer» Answer: An EXPRESSION is a combination of ONE or more OPERANDS, zero or more operators, and zero or more pairs of parentheses. There are three KINDS of expressions: An arithmetic expression evaluates to a SINGLE arithmetic value. ... A logical or relational expression evaluates to a single logical value. |
|