#include #include using namespace std; int main() { /* //--------------------- Example 1 --------------------- int month; cout > month; switch (month) { case 1: cout
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
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.
// 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
#include
#include
using namespace std;
int main()
{
/*
//--------------------- Example 1 ---------------------
int month;
cout > month;
switch (month) {
case 1:
cout
The best tutorials, I've ever seen on YT, thx bro!!!
Really good work bro! I will recommend you to everyone! Bik love! wish you the best!
It is always pizza month bro...
I like the way you teach, keep up the good work!
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
You are a life saver bro.
Bro switch statements don't seem to work for strings
Did u write include(string)
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?
done
Thank you Bro !!
thx bro
thanks alott Bro
#include
#include
using namespace std;
int main()
{
int (ram);
cout > ram;
switch (ram) {
case 1:
cout
32 or bust!
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.
// 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