Sir aap ke video lectures bahut hi appreciation ke yogya hai..... Aisa Lagta hai sab Kuch aasan hai Pr ye Jo Kuch BHI hai Aapke hard work aur dedication ki wajah se hai Ty very much sir for all this.. 😍😍😍😍😍
Great work harry Bhai , main apki beginner python vali series dekh Raha Hoon and bas apko " thank you" bolna chahunga , Maine lagabag 56 episode learn kar liye Hain. Class method vs alternative construction aaj hi huya Hain , so big thanks Bhai . lage raho , you are great teacher, hum apke saath Hain. Aap sahi shikate ho 💞
//Quick quiz - //1. Create an if else ladder using more than one elseif //2. Write a program to allow a driver to drive only when his age is greater than or equal to 25 //and less than or equal to 65 $driver = 28; if ($driver >= 25 && $driver
2. Write a program to allow a driver to drive only when his age is greater than or equal to 25 and less than or equal to 65*/ $driver=75; if($driver>=25 and $driver
//Quick quiz - //1. Create an if else ladder using more than one elseif //2. Write a program to allow a driver to drive only when his age is greater than or equal to 25 //and less than or equal to 65
$age = 30; if ($age < 25) { # code... echo "You are too young to drive the car" ; } elseif($age >65 ) { echo "Sorry You are too old to dirve"; } elseif ($age > 25) { echo " You can to drive the car "; } else { echo " Have a safe journey "; } really like ur videos. i have a question when will the else statement execute..?
$drage =96; if ($drage < 25 ) { echo "you are too small to ride this vehicle "; # code... } elseif ($drage >65 ) { echo "you are too old to drive this vehicle "; # code... } elseif ($drage > 25) { echo "you can drive this vehicle "; # code... }
//quiz code give a heart sir 💗 $age = 26; If ($age 65 ){ Echo "you are old ypu cant drive"; } Elseif ($age 25) { Echo "you can drive"; } else{"you are not allowed to drive"; }
$age = 65; if ($age > 65) { echo "you can not drive a car"; } elseif ($age > 25) { echo "you can drive a car"; } else { echo "you are not elegible to drive"; }
Harry bhai after watching your whole video I wrote this code on my own and got the same output and later i checked comment so my question to you is when you are writing a code is it a good practice of what I did wrote the code in detail or is it a good practice to use shortcuts as I saw in the comments later. my code which I wrote is if ($age65){ echo "you cannot drive a car"; } elseif ($age>25){ echo "You can drive a car"; } elseif ($age25 && $age
$age =68; if ($age>65 ) { echo " it's not safe for you "; } elseif ( $age>18) { echo " You can drive "; } elseif ( $age==18){ echo " Drive slowely and follow all Traffic Rules "; } else { echo " its not safe for you baby "; }
$score = "324"; if($score>323){ echo "Team A won the match"; } elseif($score>322){ echo "Team A lost the match"; } elseif($score=322){ echo "Match Draw"; } else{ echo "Done"; }
$age = 66; if($age > 65){ echo "You can't drive the Car because your age is not allow to you for driving."; } elseif($age > 25){ echo "You can drive the Car but Instruction for You drive the car be carefully."; } else{ echo "You ride the bicycle"; } Sultan From Pakistan
Ho sake to please is 👇👇👇 playlist ko share kar dena 🙏🙏
th-cam.com/play/PLu0W_9lII9aikXkRE0WxDt1vozo3hnmtR.html
quiz solve krneme maza aaya sir thoda confusion lag raha tha but successfully done ho gaya..
Harry bhai moojhe quiz solve karne me sacchi me Mazza aa gya
ok sir ji
$age= 66;
if($age>= 25 and $age
$age= 66;
if($age>= 25 and $age
Sir aap ke video lectures bahut hi appreciation ke yogya hai.....
Aisa Lagta hai sab Kuch aasan hai
Pr ye Jo Kuch BHI hai Aapke hard work aur dedication ki wajah se hai
Ty very much sir for all this..
😍😍😍😍😍
I watch 10 video now with practice in single day Inshallah I complete this playlist in 3 days and become php developer. Thanks you Harry Bhai
Great work harry Bhai , main apki beginner python vali series dekh Raha Hoon and bas apko " thank you" bolna chahunga , Maine lagabag 56 episode learn kar liye Hain. Class method vs alternative construction aaj hi huya Hain , so big thanks Bhai . lage raho , you are great teacher, hum apke saath Hain. Aap sahi shikate ho 💞
//Quick quiz -
//1. Create an if else ladder using more than one elseif
//2. Write a program to allow a driver to drive only when his age is greater than or equal to 25
//and less than or equal to 65
$driver = 28;
if ($driver >= 25 && $driver
$age= 65;
if ($age>25 ||$age
even after 4 years it proved very informative and useful for me
thank you Bro
$age = 30;
If($age>25 && $age
🥰🥰🥰
Sorry but your Echo is wrong
@@technician30 why? how?
Yours also wrong@@technician30
This is correct...there we have to use 'and' not '&&'...
🤣🤣op
if you enter age 100 your third condition gets executed which is wrong sooo it needs some changes
@@subish20me Exactly 💯
Great work harry bhai me apki django series follow kr rh hn thanks for course uploading
Quick quiz 2. (code)
$age = 56;
if($age>25&&$age
good bro
Your all tutorial is no1.
Dada👌👌👌
Love you, Bro, you really make things much simpler for me.
Almost like python 😉
But exactly like Java?
Almost like all programming languages
More like C Language
Right 👍
Bro python me elif hota h
Tutorial #10 Done, With completed task just in 3 minutes
Harry sir ur great progmmer 👍
2. Write a program to allow a driver to drive only when his age is greater than or equal to 25
and less than or equal to 65*/
$driver=75;
if($driver>=25 and $driver
Sabd phi fika par jaye
Apki Kam ke samne
Aisa koi nahi
Jo tike hamara Harry bhai k age
harry sir, please make complete playlist for java programming
Love you sirrrrrrr sooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooomuch
Harry Sir, you are so great.
Harry bro, plese make a Android studio's java coding playlist.
Bcs android studio me UI to design ho jata h par coding nahi ho pati h
Thanks sir your videos are great ❤😍😍👌👌👏👏👏🙌🙌
You are genius and excellent programmer.
Bhai app bhut acha samzate ho,very good job god bless you
Nice video !
lots of love
I have loved the entire playlist... Specially Control structures are very well explained.........
$Age =33
If ($age>25&&$age
really your voice at the end i will see you next time and then that beat comes its rok dude
You R God Gifted...
Tq so much brother
U r a real code hero
Thank you 😊
Harry Bhai - Please check.
$age = 1;
if ($age>=25 && $age=12 && $age
Great❤
70 de ke dekho you can drive hi dikhayega kyuki pehlewala statement sahi hai toh baki ka do nahi check karega toh age
you are genius i see your python playlist
this is your answer
Harry Sir Great
Well done sir ..and thankuh so much 🥰
//Quick quiz -
//1. Create an if else ladder using more than one elseif
//2. Write a program to allow a driver to drive only when his age is greater than or equal to 25
//and less than or equal to 65
Thanks a lot Bhaiya
Ur website is awesome
Sir agr hm user se input lena chahty hai to us surat m kia hoga ...yha to a ko hm n phly se ek value assign kr di h na
Please make more video tutorials on ML and also on SQL
10:30 Multiple elseif is here
$a = 14;
$b = 14;
$c = 14;
if($a>$b && $a>$c)
{
echo "A is Bigger than all";
}
elseif($b>$a && $b>$c)
{
echo "B is Bigger than all";
}
elseif($c>$a && $c>$b)
{
echo "C is Bigger than all";
}
else
{
echo "Nothing Bigger is here";
}
Sir.. i just completed core java.. I want to learn advace java.. Send me link of advance java tutorial
$age = 70;
if ($age>=25){
if ($age
Thanks harry sir.......................
thank you so much sir
Samajh gaya
$age = 30;
if ($age < 25) {
# code...
echo "You are too young to drive the car" ;
}
elseif($age >65 ) {
echo "Sorry You are too old to dirve";
}
elseif ($age > 25) {
echo " You can to drive the car ";
}
else {
echo " Have a safe journey ";
}
really like ur videos. i have a question when will the else statement execute..?
yur are great sir
Thank you
//Quiz 1.
$age = 21;
if ($age
bhaiya mera if else wala code show hi ni kr rha hai browser pr.
Thank you via
Ek teer se do nishaane:
Meet Gandhi //Q-2//
Video m font size small h Kuch b samjh nhi Kiya likha jarah h .
$drage =96;
if ($drage < 25 ) {
echo "you are too small to ride this vehicle ";
# code...
}
elseif ($drage >65 ) {
echo "you are too old to drive this vehicle ";
# code...
}
elseif ($drage > 25) {
echo "you can drive this vehicle ";
# code...
}
copy paste hai kya
Harry bhai
Use androidx,* artifacts ke option ko kaise laiye
Bhai tere wajha se mera BCA clear hua na mandir me tere nam ka bhi 1 narrial chada k aaunga promise 🤞
excellent
Thnx sir ji
nice tutorial bro i lve you bro
bro shortcut key for commenting out all text jesa kay ap ne kiya 3:37 per
Ctrl+ /
harry bhai agr hum user sy input lena chahen jesa k c++ ma lety by using ifelse is it possible or not in php ?
//quiz code give a heart sir 💗
$age = 26;
If ($age 65 ){
Echo "you are old ypu cant drive";
}
Elseif ($age 25) {
Echo "you can drive"; }
else{"you are not allowed to drive";
}
echo "your program is right" ;
🙂
$a = 48;
if($a >25 and $a < 65){
echo "You will Drive";
}
else {
echo "Sorry cannot drive";
}
$age = input
If($age > 25 && $age < 65):
{ echo "u can drive & drink";
}
else ("Ghar me raho bahar corona hai")
apka solution galat bhai mere bhai
If($age > 25 && $age < 65)
iss line me colon nahi hoga bro
$age = 65;
if ($age > 65) {
echo "you can not drive a car";
}
elseif ($age > 25) {
echo "you can drive a car";
}
else {
echo "you are not elegible to drive";
}
Awesome
What is Ternary operator in if else conditional.
Please tell us
thanks sir
Harry bhai how do you zoom in only the text of your file? kindly shortcut keys bta den
CTRL+(Plus Key)
Sir i downloaded xampp in my pc , and when i tried to start apache server , it's saying that some dll file is missing. Plz help
10:30 Quick Quiz
Ans..
$age = 66;
if($age>25 && $age
Quiz:
Assignment Done with one code
Bhai ek condition rh gyi aapki when age is greater than 65 tb kya dekhaaye
Harry bhai after watching your whole video I wrote this code on my own and got the same output and later i checked comment so my question to you is when you are writing a code is it a good practice of what I did wrote the code in detail or is it a good practice to use shortcuts as I saw in the comments later. my code which I wrote is
if ($age65){
echo "you cannot drive a car";
}
elseif ($age>25){
echo "You can drive a car";
}
elseif ($age25 && $age
yes
bhai ye wordpress kya h
Good sir plzz make more videos on java
$age =68;
if ($age>65 ) {
echo " it's not safe for you ";
}
elseif ( $age>18) {
echo " You can drive ";
}
elseif ( $age==18){
echo " Drive slowely and follow all Traffic Rules ";
}
else {
echo " its not safe for you baby ";
}
$age= 24;
if($age>=65){
echo "you can't drive the car🚓";
}
elseif($age>25){
echo "You can drive the car";
}
else{
echo "your age is less than 25";
}
$score = "324";
if($score>323){
echo "Team A won the match";
}
elseif($score>322){
echo "Team A lost the match";
}
elseif($score=322){
echo "Match Draw";
}
else{
echo "Done";
}
Quiz accepted 👍
Q no.2
nice video
Easy tutorials
Bro how to take input from user
$age = 20;
if($age>25 && $age20 && $age
yes this is oky
but check this one
$age = 66;
if($age > 65){
echo "You can't drive the Car because your age is not allow to you for driving.";
}
elseif($age > 25){
echo "You can drive the Car but Instruction for You drive the car be carefully.";
}
else{
echo "You ride the bicycle";
}
Sultan From Pakistan
Harry Bhai, zindabad, from Ejaz Ahmed Pakistani.
Quiz 1 solution:
$temp = 0;
if ($temp >= 26) {
echo "It's hot today!";
} elseif ($temp >= 18) {
echo "It's a chilling day... ";
} elseif ($temp >= 10) {
echo "It's cold.";
} else {
echo "Don't go outside!";
}
Quiz 2 solution:
$age = 66;
if ($age >= 25 && $age
i will see you next time.
Bhai kya ek program dusra program likh sakta hai
$age = 100;
if ($age >=25 and $age=1 and $age = 66 ){
echo "you are so old to drive ";
}
else {
echo "invalid age";
}