November 2021
Intermediate to advanced
826 pages
20h 10m
English
This chapter is all about writing code that performs simple operations on variables, makes decisions, performs pattern matching, repeats statements or blocks, converts variable or expression values from one type to another, handles exceptions, and checks for overflows in number variables.
This chapter covers the following topics:
Operators apply simple operations such as addition and multiplication to operands such as variables and literal values. They usually return a new value that is ...