C++ Tutorial for Beginners 6 - If and Else Statements

  Рет қаралды 307,982

ProgrammingKnowledge

ProgrammingKnowledge

Күн бұрын

Пікірлер: 94
@miguelconfesor4701
@miguelconfesor4701 4 жыл бұрын
Very straight to the point, unlike other tutorials they would include the history of programming.
@kiloocal8763
@kiloocal8763 2 жыл бұрын
LMAOOOOOOOOOOOOOO
@LydiaMay-q3n
@LydiaMay-q3n 3 ай бұрын
😂😂😂
@amirilabdulwahab8396
@amirilabdulwahab8396 4 жыл бұрын
I am also a Instructor of IT but this is very helpful to me most especially in my students. Thank you very much!
@saarza9991
@saarza9991 Жыл бұрын
Please learn english 🙏
@ProgrammingKnowledge
@ProgrammingKnowledge 10 жыл бұрын
@ranagha4119
@ranagha4119 3 жыл бұрын
What was the comment
@ThunderMorphZ
@ThunderMorphZ Жыл бұрын
whoa what comment is that?
@ChrisTian-tf9yu
@ChrisTian-tf9yu Жыл бұрын
Hello IAM a BSIT student and the reason why I'm here is because we have Hands-on Programming examination This day thank you for the Tutorial Video it is really helpful. Sir , I hope you won't get tired of making more programming tutorial.
@isabellobo9649
@isabellobo9649 2 жыл бұрын
I have a test on if else Monday.Praying and studying I will pass🙏
@internetduck1114
@internetduck1114 17 күн бұрын
did u pass?
@ShaheerSaudi
@ShaheerSaudi 10 күн бұрын
did u pass? or not
@Caram3lB3ar
@Caram3lB3ar Жыл бұрын
My man. You dropped this 👑
@ibrahimsuliman7048
@ibrahimsuliman7048 9 жыл бұрын
i am inside c++ class room and the lecturer is crap so i am watching you to save my time i will make sure watch them later .. btw thank you
@faizanullahkhan7907
@faizanullahkhan7907 7 жыл бұрын
you taught me something which i wasn't able to learn in the whole semester
@Adam-kk7nw
@Adam-kk7nw 2 жыл бұрын
Did u get programmer job ? Just wondering how was process after college
@mohamedahmed-bu4hb
@mohamedahmed-bu4hb Жыл бұрын
thank you very much man this is a very old video but still teaches all i needed to know thanks.
@ed4989
@ed4989 2 жыл бұрын
thank you very much man this is a very old video but still teaches all i needed to know thanks :)
@AyeshaAkram-c1n
@AyeshaAkram-c1n Жыл бұрын
It's very beneficial leacutre ❤❤
@tahayousaf7104
@tahayousaf7104 2 жыл бұрын
Kml k smjty h ap love it
@klaimdhice1734
@klaimdhice1734 4 ай бұрын
how did you execute the curly brackets so fast
@Rt_amit1
@Rt_amit1 3 жыл бұрын
Thank you sir , the way you explained was very beautiful . Thank you again sir
@kendreamer6376
@kendreamer6376 Ай бұрын
The user can input the number as a word and your program only takes int you didn't write a condition to deal with that.
@surajnaik92
@surajnaik92 3 жыл бұрын
In beginning why you have written #include why not #include or #include
@AbdullahAbbasi-e2w
@AbdullahAbbasi-e2w 3 күн бұрын
Sir which coding application do you use?
@babysunooisthecutest4539
@babysunooisthecutest4539 3 жыл бұрын
Thanks. Been suffering comsci for months...
@umarpakhtoon7770
@umarpakhtoon7770 3 жыл бұрын
nice video bro this video is very need full thank you
@mnixxhacker4853
@mnixxhacker4853 3 жыл бұрын
Gr8 work and gr8 explanation!!! jst sub'd
@kidusdereje2705
@kidusdereje2705 2 жыл бұрын
Thank you man
@ahmedmakki1826
@ahmedmakki1826 8 жыл бұрын
when i write else it appear to be error
@seksbog3492
@seksbog3492 4 жыл бұрын
Same
@wafajay
@wafajay 3 жыл бұрын
do not put the {} before and after else
@priyankamishra8030
@priyankamishra8030 3 жыл бұрын
i have a doubt .whenever i built i write any thing to save it and it shows fatal error what do i do
@Koganai96
@Koganai96 8 жыл бұрын
What the difference between "else" and "else-if"?
@zazezo123
@zazezo123 7 жыл бұрын
Else will just perform the task which doesnt qualify in the if statement whereas else-if is another if statement which will come after your first if statement.
@V3DAD
@V3DAD 2 ай бұрын
thx bro it helped me soo much
@JasonSequeira
@JasonSequeira 9 жыл бұрын
Sir, ur videos are just amazing but i have a doubt while using code blocks, i build and then run the program im getting an error saying fatal error: iostream: No such file in your directory, wht to do sir.
@JasonSequeira
@JasonSequeira 9 жыл бұрын
+Peterolen yes i gt it dn it ws dat mistake only it es nt .cpp thnx a lot
@anusaini2488
@anusaini2488 8 жыл бұрын
also getting prob after build .. :(
@erianawolves2742
@erianawolves2742 5 жыл бұрын
Try iostream.h
@marwanelghitany8875
@marwanelghitany8875 8 жыл бұрын
how to make age only between (for example) ... 10 and 20 i mean ... 10
@binay413963
@binay413963 4 жыл бұрын
if ( age >10 & age
@sohamdas525
@sohamdas525 4 жыл бұрын
Sir , why not use public prosicutor ??? ..
@TheChecker358
@TheChecker358 10 жыл бұрын
you've gained a new sub :D
@antonetteondiviela9875
@antonetteondiviela9875 8 жыл бұрын
w
@jinalpatel5
@jinalpatel5 8 жыл бұрын
Hello Sir, in && statement, what if user enters age 20 and height 90? what will it print? I mean out of 2 (age,height) just one is correctly entered. Than what happens?
@saadazfar
@saadazfar 8 жыл бұрын
it will display wrong
@killshot2074
@killshot2074 3 жыл бұрын
Thanks a whole semester down in 10minutes
@seanpatrickjerometalaverpa947
@seanpatrickjerometalaverpa947 3 жыл бұрын
I learned a lot in just 10 minutes thankyou
@certified_fresh
@certified_fresh Жыл бұрын
Great explanation
@bimDe2024
@bimDe2024 8 жыл бұрын
why you cannot do compiling and run at the same time, like visual studio IDE does
@prateeksengararya8159
@prateeksengararya8159 5 жыл бұрын
it's upon user
@bala5446
@bala5446 3 жыл бұрын
Sir thanks for nice explanation
@aleymohamad8716
@aleymohamad8716 7 жыл бұрын
Amazing Videos I have learned many things!
@jaymiealelievalmadrid6542
@jaymiealelievalmadrid6542 4 жыл бұрын
How can i remove the source file when I am running my program, it keeps showing after I run
@B1ankeys
@B1ankeys 4 жыл бұрын
The cpp file?
@daniellacopeland125
@daniellacopeland125 7 жыл бұрын
What is the purpose of the namespace line, again?
@viniciussouza8842
@viniciussouza8842 3 жыл бұрын
If you still wanna know 3y later, the "using namespace std;" saves you a lot of time, because without it you'd have to write "std::" before every cout, cin and endl.
@gidijoeebenezer3177
@gidijoeebenezer3177 Жыл бұрын
Understandable 💪
@marjankhan3828
@marjankhan3828 4 жыл бұрын
dev c++ mai run q nahi horha??
@thezambezitimes8829
@thezambezitimes8829 3 жыл бұрын
fantastic...
@ayisha8163
@ayisha8163 Жыл бұрын
U just save me thank you
@latestnewsallovertheworld2254
@latestnewsallovertheworld2254 9 жыл бұрын
your presenting way is very good i like .keep it up
@sezarosum3715
@sezarosum3715 2 жыл бұрын
Where is the playlist good sir
@florisheinen4641
@florisheinen4641 9 жыл бұрын
how can you use an if statement with an char? for example: if(name == Jhon) {cout
@MrAlper778
@MrAlper778 8 жыл бұрын
after #include write #include and instead of char write string
@gajrajsingh51
@gajrajsingh51 4 жыл бұрын
Name = "John"
@peckerwood2587
@peckerwood2587 4 жыл бұрын
Thanks 😊It really helps me
@jojuneelamkavil6570
@jojuneelamkavil6570 3 жыл бұрын
How to write program code if the question is Write a program to enter a single character for sex and display the gender.If the input is M display Male and if the input is F display Female
@atunaisafakahau3922
@atunaisafakahau3922 2 жыл бұрын
Thank you zo much 👍👍👍👍👍
@Jusilau
@Jusilau 4 жыл бұрын
THANK YOU, THANK YOU!
@eyasuamelo284
@eyasuamelo284 4 ай бұрын
thank you so much
@iPodiMaster
@iPodiMaster 9 жыл бұрын
Very helpful,thank you!
@soysareth8209
@soysareth8209 5 жыл бұрын
i understand for your videos
@gopinadhyedula5115
@gopinadhyedula5115 3 жыл бұрын
thank u sir
@nagendravelpuri444
@nagendravelpuri444 5 жыл бұрын
these videos are very useful to me but these are too long & time taking for learning
@-interlude
@-interlude 4 жыл бұрын
thank you it helped a lot
@amezingvideos19
@amezingvideos19 6 жыл бұрын
sir video not clear
@heysel7903
@heysel7903 3 жыл бұрын
Thank you
@badgalillllliiiiii
@badgalillllliiiiii 2 жыл бұрын
Thank you so so so much
@sarikasarika1321
@sarikasarika1321 3 жыл бұрын
Can Anyone tell the purpose of 'endl ' please????
@eliezerhem
@eliezerhem 2 жыл бұрын
For making it print in next line (new line)
@professor2654
@professor2654 Ай бұрын
it's like "enter or shift+enter"
@musadiqhussain2561
@musadiqhussain2561 4 жыл бұрын
Thanks sir
@t20t92
@t20t92 6 жыл бұрын
Thanks a lot teacher
@theraven1369
@theraven1369 4 жыл бұрын
Thank you sooo much!!
@annushaikh4550
@annushaikh4550 4 жыл бұрын
Sir your screen is not clear
@digamberjoshi7901
@digamberjoshi7901 5 жыл бұрын
Awesome 👌👌👌👌
@umashankerverma3987
@umashankerverma3987 6 жыл бұрын
Sir video clear nhi h
@haideralazzawi627
@haideralazzawi627 8 жыл бұрын
Thanks
@tati_edits11
@tati_edits11 4 жыл бұрын
thanks!
@ranagha4119
@ranagha4119 3 жыл бұрын
..
C++ Tutorial for Beginners 7 - Switch Statement
9:50
ProgrammingKnowledge
Рет қаралды 125 М.
Learn C++ With Me #8 - If, Else & Else If
17:05
Tech With Tim
Рет қаралды 36 М.
Kluster Duo #настольныеигры #boardgames #игры #games #настолки #настольные_игры
00:47
Un coup venu de l’espace 😂😂😂
00:19
Nicocapone
Рет қаралды 14 МЛН
Mom had to stand up for the whole family!❤️😍😁
00:39
C++ Tutorial for Beginners - Learn C++ in 1 Hour
1:22:56
Programming with Mosh
Рет қаралды 4,2 МЛН
IF Statement in C Language | Types of IF Statement | by Rahul Chaudhary
14:25
C++ Tutorial -   Loops In C++ [For Loop, While Loop, Do While Loop]
16:20
Go Has Exceptions??
16:58
ThePrimeTime
Рет қаралды 53 М.
why are switch statements so HECKIN fast?
11:03
Low Level
Рет қаралды 420 М.
#9: If Else Statements in C | C Programming for Beginners
12:51
Programiz
Рет қаралды 197 М.
Kluster Duo #настольныеигры #boardgames #игры #games #настолки #настольные_игры
00:47