In this chapter, you learned about several different kinds of common operators. You learned how to increment by 1, using ++ and by 2, using +=, and you also worked with the -- and == operators.
In the next chapter, we'll talk about another kind of logical operator.