You have already completed these exercises!
Do you want to take them again?
You completed the C++ Constants Exercises from W3Schools.com
Share on:
Drag and drop the correct keyword and type to make myNum a constant variable.
myNum
myNum = 15;cout << myNum;