Loading video...
QuickNotes™ 
Operators
Arithmetic operators: Operators used to perform arithmetic operations with data.(*,/, +,-,%, =, +=, -=,*=, /=, %=, ++, --)
Mode of operation: In programming types of data determines the type of result that will be produced. If variables of the same type result will be the same type, if variables are different, result if of type with larger base type.
Relational Operators: Relational operators are used to determine if the relationship between 2 values exists. (<, > <=, >, >=, ==, !=) result is always of type Boolean.
Boolean Operators: To combine to Boolean values, and results in a Boolean type. (&& and, || or, ! not).
Discussion 
Please login to ask a question and view discussion.













