Hi, thanks for watching our video about switch case statements in C++.
A switch statement allows a variable to be tested for equality against a list of values. Each value is called a case, and the variable being switched on is checked for each switch case.
C++ is a general-purpose programming language created by Bjarne Stroustrup as an extension of the C programming language, or "C with Classes".
ABOUT OUR CHANNEL
Our channel is about coding classes. We cover lots of useful stuff such as C++, JavaScript and Python.
Check out our channel here:
/ @compactcoder
Don’t forget to subscribe!
Thumbnail : https://www.canva.com/join/rdk-wkw-twf
CHECK OUT OUR OTHER VIDEOS
• Introduction to C++ for Beginners