Remember Values
Declare and use int, double, and char variables.
We'll cover the following...
You now know how to print to the screen and perform basic math with C++. Now, let’s give your program a memory. In this lesson, you’ll learn how to create variables, containers for numbers, letters, or anything your program needs to remember.
Goal
You’ll aim to:
Declare variables using C++ types. ...