Computer Science, asked by amitayushghosh, 6 months ago

Differentiate between expressions and statements in Java.​

Answers

Answered by yashasrao
3

Answer:

An expression is a construct made up of variables, operators, and method invocations, which are constructed according to the syntax of the language, that evaluates to a single value.

Statements are roughly equivalent to sentences in natural languages. A statement forms a complete unit of execution

Similar questions