March 2021
Beginner
404 pages
5h 47m
English
In the last chapter, we were introduced to programming and we even got our hands dirty writing a few programs.
In this chapter, we’re going to look at some of the basics of programming and write some more programs.
We’ll cover the following topics:
The first task on your journey to becoming a programmer is learning how to “comment” your code. Comments in programming are similar to marginal notes in a book: they’re notes that explain the purpose and rationale of the code. This may seem a strange place to start, because comments are ignored by the programming language. They don’t do anything. Despite this, comments are extremely ...
Read now
Unlock full access