Nested if-else Statements in Java

Nested if-else Statements in Java

Neso Academy

4 года назад

69,378 Просмотров

Ссылки и html тэги не поддерживаются


Комментарии:

mhamad ayoubi
mhamad ayoubi - 07.10.2023 16:36

i can already tell your Lebanese from the accent, but thanks a lot mate.

Ответить
jradlr
jradlr - 15.08.2023 17:06

done

Ответить
Lokesh H S
Lokesh H S - 18.07.2023 15:14

import java.util.Scanner;
public class codechef{
public static void main(String args[]){
Scanner oii = new Scanner(System.in);
int n = oii.nextInt();

if(n>10){
System.out.println("n is greater than 10");

}
else if(n==10){
System.out.println("n is equal to 10");

}
else{
System.out.println("n is less than 10");
}
}
}

Ответить
Kalyan Kumar
Kalyan Kumar - 29.06.2022 20:23

good explanation man

Ответить
JinxScript
JinxScript - 14.06.2022 19:25

they like using simple stuff

Ответить
CodeWithSwift
CodeWithSwift - 02.05.2022 15:08

Thanks neso academy

Ответить
Jo Loco
Jo Loco - 07.01.2022 18:06

Thanks for sharing. Very explanatory.

Ответить
Carlos Garcia
Carlos Garcia - 25.08.2021 16:26

Thanks so much, man! I only watched the first 44 secs to get what I'm looking for. Appreciate it!

Ответить
Ritesh Mandal
Ritesh Mandal - 20.02.2021 17:14

When you say it saves time does it mean the time for compilation? 🤨

Ответить
acer computer
acer computer - 20.12.2020 15:39

thank you sir

Ответить
Rajeev Verma
Rajeev Verma - 14.10.2020 16:32

Thanks a lot from India

Ответить
Whatsap Whatsapp
Whatsap Whatsapp - 02.05.2020 23:47

good explanation

Ответить
Mahmmadhusen
Mahmmadhusen - 20.03.2020 22:23

Exillient method of teaching..

Ответить
Venkata swamy Kadiyam
Venkata swamy Kadiyam - 11.03.2020 19:36

If I want total all videos of java what can I do sir???How can I get all videos????

Ответить
Shivangi Chandra
Shivangi Chandra - 11.03.2020 17:07

Awesome video Sir

Ответить
AD Majid2
AD Majid2 - 11.03.2020 16:07

Sir g opp kb kerwayn gy

Ответить