Computer Science, asked by megatransformer92, 2 months ago

What is an expression? Write an expression using the PRINT and LET statements.

Answers

Answered by PD626471
19

In programming language terminology, an “expression” is a combination of values and functions that are combined and interpreted by the compiler to create a new value, as opposed to a “statement” which is just a standalone unit of execution and doesn't return anything.

Similar questions