Java Bangla Tutorials 22 : Control Statement ( if,else )

preview_player
Показать описание
➡️ In this video, I will introduce you to conditional control statements: if, else if and else.
⭐️ Video Contents ⭐️
⌨️ (00:00) Intro
⌨️ (00:12) control statement
⌨️ (01:38) if statement
⌨️ (06:25) if else statement
⌨️ (09:10) else if ladder
⌨️ (13:01) outro

🛑 Web development? Checkout following playlists :

🛑 Programming languages? Check out the following playlists:

🛑 Android development? Check out the following playlists:

🛑 HSC Students? Are you worried about ICT? I have created 377 videos for you. check out the following playlists-

🛑 CSE Students? Checkout following playlists :

🛑 MS Office? Trying to learn MS office to improve your skill? Checkout following playlists :

#java #anisul_islam #java_bangla_tutorial #web_development #bangla_web_development #andorid #javaprogramming #javatutorial #bangla_tutorial #java_anisul_islam
Рекомендации по теме
Комментарии
Автор

I've never seen someone having so much patience while teaching programming. Thank you so much for helping so many people by teaching programming easily with so much patience and care. Wishing your best success.

nishattasnimnishee
Автор

Sir I am from India ❤️
Akta sotti kotha bolte jotoi English jni ba bhuji
Bangal ei kno kichu bojhar bper tai alada
ধন্যবাদ।

akashmondal
Автор

আনিস স্যার, আল্লাহ সুবহানাহু ওয়াতা'লা আপনাকে এর প্রতিদান দান করুক

ibntofajjal
Автор

vaiyya kal er upore lecture versityte onek theory pathaiche versity thek but ami bose bose apner lecture dekhe agei clear hoe jacchi.many many thanks for your help.

betthemahmud
Автор

The best mentor ever. InshaAllah my dream comes true oneday. Already I am a Javascript Developer.

mahbubulhasan
Автор

These videos are really helpful in this pandemic situation 💜

aahadulislam
Автор

Assalamualaikum vai Ami 3 years por dekteci .. Greet vai Greet ..

jannatamarghor
Автор

sir.. Apnar bojanor doron ta onak sundor

mehedironi
Автор

Alhamdulillah brother great teaching skills

drtareq
Автор

It is Very helpful and very easy understand , Thank you so much.

RajuAhmed-tbnh
Автор

Sir ...apnake oshongko dhonno bad..Ami baire takleo apnar video gula protidin deki...and onk kicoi shikteci sir..

mdhosainmoniry
Автор

Thanks a lot for your great contribution!

mgamamunbd.online
Автор

good explain, thank u soo much, its help me lot, bless u

Rupayantv
Автор

good explain, thank u soo much, its help me lot, bless u. from new york city.

USbangla
Автор

package day1;

import java.util.Scanner;
public class ControlStatement {
public static void main(String[] args)
{
Scanner input=new Scanner(System.in);
int a;
System.out.print("Enter any number : ");
a = input.nextInt();
if(a>0)
{
System.out.print("Positive number");
}

else if(n<0)
{
System.out.print("Negative number");
}
else
{
System.out.print("This number is 0");
}


}

elorabarua
Автор

Sir, only 3 theke 4 ta if ki thakte pare? thakle sobgulo if er vitor ki dhuke condition check korbe naki akta if er condition true hole r baki if chek korbena?

shaanshaan
Автор

it multiple condition is true then which one will be executed?

laturimaro
Автор

package javaaplication;

import java.util.Scanner;


public class Controlstatement {

public static void main(String[] args) {
Scanner input=new Scanner(System.in);
int num;
num=input.nextInt();
if(num>0){
System.out.print("positive");
}
else if(num<0){
System.out.print("negative");
}
else
{
System.out.print("zero");
}
}

}

nishatsultana
Автор

bhai multithread niya vedio upload korle bhalo hoito

luner_lynx