In this post I will introduce you to variables and how do they work. I will also show you how to write them in C++. Let’s go on. Variables are object, or keywords that carry on information, such as letters, symbols, numbers etc. In C++, we classify those variables into string variables (string), int variables […]