Friday, September 3, 2010

Basics-2: Expressions

Monday, February 23, 2009, 16:24

This section takes a closer look at expressions. An expression is a piece of program code that represents or computes a value. An expression can be a literal, a variable, a function call, or several of these things combined with operators such as + and >. The value of an expression can be assigned to a variable, used as a parameter in a subroutine call, or combined with other values into a more complicated expression…

pdf link here

This news item was posted in Handouts category and has 0 Comments so far. Tags:
You can skip to the end and leave a response. Pinging is currently not allowed.

Leave a Reply

You must be logged in to post a comment.