V
vlsidesign
Some of the words used in programming books are foggy to me (maybe I
should revisit English one day). I looked up some terms in the
dictionary, which seem to help. In particular, statement and
expression. Here is what I gathered from a dictionary:
A statement is an expression in words.
In math, an expression is a collection of symbols expressing a
quantity.
In programming, is a statement and expression similar things? How
would you define an expression in programming, code that evaluates to
something. Control structures and loops seem to be different and in
fact contain statements and/or expressions. Thanks for any insight.
should revisit English one day). I looked up some terms in the
dictionary, which seem to help. In particular, statement and
expression. Here is what I gathered from a dictionary:
A statement is an expression in words.
In math, an expression is a collection of symbols expressing a
quantity.
In programming, is a statement and expression similar things? How
would you define an expression in programming, code that evaluates to
something. Control structures and loops seem to be different and in
fact contain statements and/or expressions. Thanks for any insight.