ABSTRACT

You learned about the basic assignment operator (=) and some of the arithmetic operators in the previous chapter . In this chapter, we are going to explore other assignment operators, as well as comparison operators, that allow you to determine the relationship between variables and values, such as whether they have the same value . We will also explore the Boolean data type, which has either a true or a false value that can be assigned to variables or is the result of a comparison operation .