C++ Data Types
C++ Data Types
HTML
CSS JAVASCRIPT SQL PYTHON JAVA PHP HOW TO W3.CSS C
Example
Try it Yourself »
Type
HTML
CSS JAVASCRIPT SQL PYTHON JAVA PHP HOW TO W3.CSS C
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;