C++ Bangla Tutorials 33 : switch statement

preview_player
Показать описание

Learning outcomes :
1. switch statement

Рекомендации по теме
Комментарии
Автор

Thanks vai for your good initiative
These tutorials are very useful to us...
May Allah bless you and thanks Again

mohsinhasan
Автор

Really, Anisul vaiya.... apni onek sundor kore bujhate paren ...thank you so much
💖💖💖

tasrifahamed
Автор

Thank You so much.Please carry on and continue to your such kind of educational videos in Computer sector

farhansdiary
Автор

last kotha ta khub vlo lagayca sir apni onk subject a onk vedio make koraycen ja amdyr students dyt jonno onk helpful hoayca u so much sir tnx a lot

shimuakter
Автор

Thank u sir! Sotti e bangla te ay vabe c++ java SQL etc kaw shikhai na. Upner akta channel theke sob kisu e pawa jasse.. Sotti kar orthe e amader onk upokar hosse.. jokhon ja shikhte chassi tai e upner channel ti te peye jassi tao aber bangla te.. Tai joto e dhonnobad dai na kno kon hoye jabe... Upnni amaber aro knowledge diye jabe sai asa e kor c. ak e sathe upner dirghauu kamona kor c... <3

BoDBoyZ
Автор

thanks a Lot From my heart, you turned into my favourite Teacher, , Thanks a Lot sir♥♥

rajshillanik
Автор

Thank you so much for making these videos 🥰 We’ll support you 💜Stay with us as long as possible.

HONKAI_WORLD_OF_JOY
Автор

apnar jonno ami cse bujtechi allah apanr nek hayat dan koruk

milongaziofficial
Автор

Vaia c++ ta complete koren ...sotti upni great..Ami amr sob friend der upnar vdo dekhty boli

shebikasen
Автор

আপনাকে অনেক অনেক ধন্যবাদ। আপনার সুন্দর উদ্যোগটা চালিয়ে যান🥰

jannatunnesajerin
Автор

at 5:09AM, Late #Night #Study, Thank you, sir, for your #Contribution

MdShowrovHossain
Автор

please make a video about EOF, This is very important for programming contest

MdHumaunKabiruxuidesigner
Автор

Tnx vaiya.
Apnr vedio golo te onk vlo kore programming buja jy

jannatulferdus
Автор

ji sir apne asolaii onak sofol hoisen🖤🖤

abtahi_islam
Автор

int main()
{
int digit;
cout<<"Enter a digit";
cin>>digit;

switch(digit)
{
case 0:
cout<<"zero";
break;
case 1:
cout<<"one";
break;
case 2:
cout<<"two";
break;

case 3:
cout<<"three";
break;

case 4:
cout<<"four";
break;
case 5:
cout<<"five";
break;
case 6:
cout<<"six";
break;
default:
cout<<"invalid digit";
}
getch();
}

hamidazad
Автор

Thank you so much for the videos . Really helpful

meherinislam
Автор

#include<iostream>
#include<conio.h>
using namespace std;
int main()
{
int digit;
cin>>digit;

switch(digit)
{
case 0:
cout<< "Zero";
break;
case 1:
cout<< "one";
break;
case 2:
cout<< "two";
break;
case 3:
cout<< "three";
break;
case 4:
cout<< "four";
break;
case 5:
cout<< "five";
break;
case 6:
cout<< "six";
break;
case 7:
cout<< "seven";
break;
case 8:
cout<< "eight";
break;
case 9:
cout<< "nine";
break;
default:
cout<< "not a digit";
}

getch();
}

shaikhmd.alihyder
Автор

#include<iostream>
#include<conio.h>
using namespace std;

int main()
{
int digit;

cout<<"Enter a digit = ";
cin>>digit;

switch(digit)
{
case 0:
cout<<"Zero";
break;

case 1:
cout<<"One";
break;

case 2:
cout<<"Two";
break;

case 3:
cout<<"Three";
break;

case 4:
cout<<"Four";
break;

case 5:
cout<<"Five";
break;

case 6:
cout<<"Six";
break;

default:
cout<<"Not a digit";





}




getch();
}

arifinroman
Автор

getch() ER JAIGAI return 0 DEA BHALO NAKI, NA NA?

noone-bpiv
Автор

accha keo ki bolben j, ei j switch, etar moddhe expression ta rekheche, ei expression tar mane ki? ar switch er mane ki, er kaj ki?
thanks in advance.

ImranKhan-ihhg
join shbcf.ru