1.4 — Variable assignment and initialization
In the previous lesson (), we covered how to define a variable that we can use to store values. In this lesson, we’ll explore how to actually put values into variables. As a reminder, here’s a short program that first allocates a single integer variable named x, then allocates two …