You have already completed these exercises!
Do you want to take them again?
You completed the C++ Variables Exercises from W3Schools.com
Share on:
Drag and drop the correct data type to create a variable that stores an integer value.
myNum = 15;cout << myNum;