March 2021
Beginner
404 pages
5h 47m
English
In Chapter 3, we learned all about strings. Now it’s time to learn about numbers! In this chapter, we’re going to cover the following:
Numbers can be classified into various types.
Numbers can be integers, which are whole numbers, such as 3, -4 or 0.

Numbers can also be floating-point numbers—often referred to as just reals, decimals or floats. These include all numbers that have fractional or decimal parts, such as 1.5, -3.8 or pi.
Most programming ...
Read now
Unlock full access