C++ Data Types
C++ Data Types
Dark code
HTML CSS
Menu Log in
Example
Try it Yourself »
You will learn more about the individual data types in the next chapters.
C++ Exercises
Exercise:
Add the correct data type for the following variables:
myNum = 9;
myDoubleNum = 8.99;
myLetter = 'A';
myBool = false;
myText = "Hello World";
Submit Answer »
Dark mode
Start the Exercise
https://www.w3schools.com/cpp/cpp_data_types.asp D k d 2/7