#include #include using namespace std; int main() { /* //--------------------- Example 1 --------------------- int month; cout > month; switch (month) { case 1: cout
@tomaszkarolak61794 жыл бұрын
The best tutorials, I've ever seen on YT, thx bro!!!
@WushuAII3 жыл бұрын
Really good work bro! I will recommend you to everyone! Bik love! wish you the best!
@prumchhangsreng9793 жыл бұрын
My C class is going to start next week monday, and here I am alr finish all ur C video, and wandering around in C++ lol. And my C++ class start in next 2month. i cant lol
@solace8953 жыл бұрын
It is always pizza month bro... I like the way you teach, keep up the good work!
@shahdx0x10 ай бұрын
You are a life saver bro.
@Solo_forever562.2 жыл бұрын
done
@loraxthegrey67232 жыл бұрын
Can't you just use "return 0" instead of "break"? I tried and it worked just fine, can someone tell me if it messes up something else in the code?
@tedchiu14333 жыл бұрын
Thank you Bro !!
@R-RBO_GWHG15 күн бұрын
thx bro
@sihleebuthelezi92312 жыл бұрын
Bro switch statements don't seem to work for strings
@MackowyPoress Жыл бұрын
Did u write include(string)
@baovogia67823 жыл бұрын
thanks alott Bro
@mateusmachado3744 Жыл бұрын
// Informs the country where a city is located using switch #include int main() { int city; while (city < 1 || city > 6) { // Prompt user for city std::cout city; // Return the city's country switch (city) { case 1: std::cout
@smallpcgaming72793 жыл бұрын
#include #include using namespace std; int main() { int (ram); cout > ram; switch (ram) { case 1: cout
@BroCodez3 жыл бұрын
32 or bust!
@powarito13372 жыл бұрын
And when a person write, for example, 3, 5, 11, 15, switch case will be default: "u dumb?. I said between 1 and 32", but these numbers are in range 1-32.