Switch case statements | Video 5.6 | Introduction to C++

Опубликовано: 11 Апрель 2026
на канале: Compact Coder
2
0

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