Computers for Smart People by Robert S. Swiatek - HTML preview

PLEASE NOTE: This is an HTML preview only and some elements such as links or page numbers may be incorrect.
Download the book in PDF, ePub, Kindle for a complete version.

 

 

 

 

 

OPERATORS

 

            =                    used to assign values as well as to compare fields

 

            +                    addition

 

            -                     subtraction

 

            >                    greater than

 

            <                    less than

 

            not =              not equal

 

            <=                  less than or equal

 

            >=                  greater than or equal

 

            *                    multiplication

 

            /                     division

You may also like...