November 2022
Intermediate to advanced
818 pages
20h 38m
English
This chapter is all about writing code that performs simple operations on variables, makes decisions, performs pattern matching, repeats statements or blocks, works with arrays to store multiple values, 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 ...