Computer Science, asked by ItsMeSelfieQueen95, 10 months ago

answer my question correctly.....​

Attachments:

Answers

Answered by aghori09
1

A Statement is a complete line of code that performs some action.

An Expression is any section of the code that evaluates to a value.

Answered by Anonymous
2

Answer:

Explanation:

✏✏✏A statement is a complete line of code that performs some action

✏✏✏while an expression is any section of the code that evaluates to a value. ..

✏✏✏Every expression can be used as a statement (whose effect is to evaluate the expression and ignore the resulting value), but most statements cannot be used as expressions

Similar questions