November 2020
Beginner to intermediate
822 pages
19h 18m
English
This chapter is all about writing code that performs simple operations on variables, makes decisions, performs pattern matching, repeats blocks of statements, 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 the result of the operation ...
Read now
Unlock full access