20.6k views
4 votes
This may be a number like 80, a variable name like numApples, or a simple calculation like numApples + 1.

1 Answer

5 votes

Answer:

Expression.

Step-by-step explanation:

numApples + 1 is a combination of variable numApples and operator + and a constant 1.So it is an expression.

An expression is a combination of more than one constant,variable,operator and function which is interpreted by the programming language and computes to produce another value.

Hence we conclude that the answer is Expression.

User Yogendra Paudyal
by
8.4k points