August 2001
Beginner
576 pages
12h 12m
English
Thus far, you have learned about operators, keywords, variables, and statements. This hour teaches you about specific kinds of statements—equations. For our purposes, an equation is a statement that contains an operator and variable operands.
Almost every kind of statement, in every program you will write, will use one or more of the operators in this hour. Operators enable you to control program flow, perform arithmetic calculations, and concatenate and format text data.
In this hour, you will learn
About operator count
How to write common kinds of equations
How to perform data comparisons
How to use truth tables to manage data
An equation is a statement that contains ...
Read now
Unlock full access