Nested if else statement in Java (Hindi) | Learn Coding

Поділитися
Вставка
  • Опубліковано 18 гру 2024

КОМЕНТАРІ • 39

  • @8073-z6w
    @8073-z6w 2 роки тому +5

    bhot clarity ho jati hai apka lecture ke zariye .. bhot shukriya.🙏

  • @vishalmishra9885
    @vishalmishra9885 4 роки тому +6

    Very helpful information sir
    Good explanation sir.

  • @ayush7281
    @ayush7281 9 місяців тому +1

    amazing concept crystal clear

  • @hardcoreplayz007
    @hardcoreplayz007 8 місяців тому

    Fantastic explanation sir

  • @franky1594
    @franky1594 3 роки тому +2

    Ur explanation is like spoon feeding sir
    I don't know hindi
    But I understood sir tquu soo much sir

  • @gamersforever9133
    @gamersforever9133 2 роки тому

    Sir your way of teaching is too good

  • @vinaykumar-lx4sx
    @vinaykumar-lx4sx 2 роки тому

    Thanks you are the best teacher. happy teachers day💐💐💐💐💐

  • @aswitisclasses7192
    @aswitisclasses7192 6 місяців тому

    Namaste sir,
    I'm very thankful to you sir, it was very helpful.

  • @finasticbrothers9177
    @finasticbrothers9177 3 роки тому +1

    Very much helpful videos you make.

  • @intrabull6696
    @intrabull6696 2 роки тому

    Thankyou sir bahut ache se explain kiya i was confused

  • @techniqoftoday7476
    @techniqoftoday7476 8 місяців тому +1

    Excellent sir

  • @computerlearningbyargusaca5217
    @computerlearningbyargusaca5217 4 роки тому +6

    🙏🙏Exactly what I was looking for .. 👍👍 thank for video 😍😍 uploading the

  • @rgarje1125
    @rgarje1125 3 роки тому +1

    great sir... really thank u so much....

  • @uk02gaming84
    @uk02gaming84 Рік тому

    ❤❤❤bhai mja aa gya🖤😁

  • @AbhishekThakur-fk7px
    @AbhishekThakur-fk7px Рік тому

    Thank you so much sir.

  • @mamtadwivedi992
    @mamtadwivedi992 2 місяці тому

    Thank you sir

  • @Studyvlogsforneet
    @Studyvlogsforneet 3 роки тому

    Great explanation sir..........

  • @vvvvvvvvvvvvvvvvvvipperson6700
    @vvvvvvvvvvvvvvvvvvipperson6700 3 роки тому

    U are great sir

  • @utkarshjais2073
    @utkarshjais2073 4 роки тому +1

    Helpful video hae

  • @poonamhande8390
    @poonamhande8390 2 роки тому +1

    For which of the following conditions "B" will be printed ?
    if(x>z)
    if(zz)
    Print C
    else
    Print D
    end if
    end if
    OPTIONS:
    1. x>z>y
    2. z>x
    3. X>y>z
    4. Y>z
    Explain this code

    • @bhavishyasureshkumar4083
      @bhavishyasureshkumar4083 Рік тому

      System.out.println("enter x value");
      int x = sc.nextInt();
      System.out.println("enter y value");
      int y = sc.nextInt();
      System.out.println("enter z value");
      int z = sc.nextInt();
      if(x > z || z > y) {
      System.out.println("A");
      }
      else {
      System.out.println("B");
      }
      if(y > z) {
      System.out.println("C");
      }
      else {
      System.out.println("D");
      }

  • @snow._b_gowda_819
    @snow._b_gowda_819 2 роки тому

    Sir if there the test condition 1 false.... Consequently the statement block 3 should execute.....
    Then how the another conditions is there to test a false of test condition 1

  • @samarparmar6575
    @samarparmar6575 Рік тому

    we want about manipur

  • @mayankgupta464
    @mayankgupta464 3 роки тому

    Thank you very much sir aaj mera exam hai aur school me padaya bhi nhi gya🙏🙏

  • @Ravichandra-st5pw
    @Ravichandra-st5pw 3 роки тому

    Why u don't use import java.util.scanner
    Can u plz tell me

    • @LearnCodingOfficial
      @LearnCodingOfficial  3 роки тому +1

      Please watch another video where I used scanner class, thank you

  • @oyenazirtu6111
    @oyenazirtu6111 3 роки тому

    Sir c++ Bs kale used krsakete hu

    • @LearnCodingOfficial
      @LearnCodingOfficial  3 роки тому

      C++ complete course 👇👇👇
      ua-cam.com/play/PLqleLpAMfxGDq9Ehl8FUstcRrCRQPQO7n.html

  • @pradeepkumarjaiswal2201
    @pradeepkumarjaiswal2201 3 роки тому

    Sir java pura pdf dijiye n plz sir

  • @sohelsayyed8532
    @sohelsayyed8532 4 місяці тому

    sir mera 24th line ka else error aa raha hai or apka run ho raha h lekin mera nhi ho raha h

  • @dilshadalimalhan9845
    @dilshadalimalhan9845 Рік тому

    If a > c
    Then print a
    Else
    C
    There statement should print the value of c instead of moving down to b.

  • @kainaatmakhani6550
    @kainaatmakhani6550 2 роки тому

    Very helpful information sir
    Good explanation sir.