Java Bangla Tutorials 31 : switch (part-1)

preview_player
Показать описание
➡️ In this video, I will introduce you to the switch statement.
⭐️ Video Contents ⭐️
⌨️ (00:00) Intro
⌨️ (00:12) switch statement
⌨️ (03:31) 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
Рекомендации по теме
Комментарии
Автор

বাংলা টিউটোরিয়াল এ আপনার করা ভিডিও গুলো বেস্ট। ধন্যবাদ ভাই

mehediazad
Автор

আমার জাভা প্রোগ্রামিং শেখা হত না যদি না আপনি থাকতেন । প্রাণঢালা ধন্যবাদ স্যার । আপনার মত এত আন্তরিকতা দিয়ে কেউ প্রোগ্রাম শেখায় না ।

prottoyhasan
Автор

package beginnerjava;

public class LoveForAnisVai {
public static void main(String[] args) {

System.out.println("LOVE YOU VAI...");

}
}

almuzahid
Автор

package ControlStatement;

import java.util.Scanner;

public class Switch {

public static void main(String[] args){
Scanner input = new Scanner(System.in);
int a;
System.out.print("Enter a digit: ");
a= input.nextInt();
switch(a){
case 0:
System.out.println("zero");
break;
case 1:
System.out.println("one");
break;
case 2:
System.out.println("two");
break;
case 3:
System.out.println("three");
break;
case 4:
System.out.println("four");
break;
case 5:
System.out.println("five");
break;
default:
System.out.println("Greater than five or Not a digit");

}
}

}

mhs_
Автор

Sir java er powerpoint file ta ki pete pari? tahole study er jonno shuvida hoto..

Sahin_Safi
Автор

Vaiya Eclipse a jokhon scanner class import kori tokhon "Resource leak: 'in' is never closed" error dekhay r quick fix a gele "Try-with-reource" statement apply korle fix hoy. eirokom keno hoy Eclipse a?

iamasif
visit shbcf.ru