Java logical operators ❗ (AND OR NOT)

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

КОМЕНТАРІ • 129

  • @BroCodez
    @BroCodez  4 роки тому +58

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

    // logical operators = used to connect two or more expressions
    //
    // && = (AND) both conditions must be true
    // || = (OR) either condition must be true
    // ! = (NOT) reverses boolean value of condition
    // -------------------------------- Example 1 --------------------------------
    /*
    int temp = 15;

    if(temp>30) {
    System.out.println("It is hot outside");
    }
    else if(temp>=20 && temp

    • @danielmilewski7659
      @danielmilewski7659 2 роки тому +2

      this is code for operators not switch!

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

      @@danielmilewski7659 bro this video is for operators not switch!

    • @Micharl-w6i
      @Micharl-w6i Рік тому +2

      gotta save timeee

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

      bro bro bro... May god bless you and your whole family

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

      OMG I can't believe that there's a brilliant guy teaching java in easiest way, only you are the guy on yt who is teaching in the simplest way Java unbelievable THANK YOU SO MUCH SIR KEEP ON GOING❤️❤️👌

  • @emilakhmedov2553
    @emilakhmedov2553 3 роки тому +27

    May God bless you and your family.

  • @gamalieltun7038
    @gamalieltun7038 4 роки тому +8

    Your videos are so helpful for me. Watching them are like doing revision. Yeah..! It's so helpful.

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

      Thanks for watching Gamaliel!

    • @renanmarkpalaran9646
      @renanmarkpalaran9646 9 місяців тому

      So to I, thanks bro code. you have been such a great teacher.

  • @MuhammadAsif-zr6lk
    @MuhammadAsif-zr6lk 3 роки тому +2

    Thanks for sharing you simplified it and explained it really well👍

  • @ruinasxp
    @ruinasxp 11 місяців тому +3

    You explain much better than my teacher 😀😀

  • @pavelkvasnicka6856
    @pavelkvasnicka6856 Рік тому +1

    This is the best Java tutorial for beginners, so you can learn Java and English in one hit. Please keep going! I vote for Java advance tutorial. Thanks a lot Bro

  • @kiwifpv5865
    @kiwifpv5865 4 роки тому +13

    Great series so far (the java tutorials) - very helpful teaching an old dog new tricks..;). especially love the fact that you use metrics rather than imperials..:)

  • @reemislam2742
    @reemislam2742 12 днів тому

    Great👍👍👍

  • @BarryAllen-fj9nb
    @BarryAllen-fj9nb 9 місяців тому

    this is really helpful like a lot

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

    Very easy to understand, appreciate BRO

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

    cool game...

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

    😎 great videos, thanks

  • @CyberEscuela
    @CyberEscuela 3 місяці тому

    Awesome

  • @Dev-PauloEd
    @Dev-PauloEd 2 роки тому +3

    Man, this is so cool. imagine what we can do with this

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

    Great tutorial as always

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

    Awesome 👌 thanks Bro

  • @ghoggaliabdou4222
    @ghoggaliabdou4222 3 роки тому +3

    Thank you again 💙💙💙💙💙

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

    Wish I'd seen this video 2 weeks ago! Thanks again.

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

    Nice.

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

    Your videos are so helpful thank you so much !!!

  • @dianamilenaarchilacordoba4632
    @dianamilenaarchilacordoba4632 3 місяці тому

    great video!!! I'm infinitely grateful for your dedication and big heart to share this knowledge with the world. Thank you soo much ♥♥♥♥♥♥

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

    Thanks for video!

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

    3:43 how did you do that bro?

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

    Nice video

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

    thanks you boss

  • @theinthanzaw3069
    @theinthanzaw3069 9 днів тому

    thank you so much

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

    Godbles for you bro. And l subscribe you channel 😊 , l'm personaly thank you soo much 🙏🏽🙏🏽🙏🏽

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

    Still watching the series! thank you bro!

  • @baubaudinamo
    @baubaudinamo 4 роки тому

    good job

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

    Love you videos

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

    thats gooood

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

    Scanner scanner = new Scanner(System.in);

    System.out.println("You are playing a game! Press q or Q to quit");
    String response = scanner.next();

    Just wanted to know, in this line why did u not use scanner.nextline( )?
    Thank you so much for your making these videos. They are extremely helpful.

    • @bryanZ17
      @bryanZ17 2 роки тому +2

      You probably already know the answer but... since he's only entering one character (like q or Q) and not a full word, he can just use .next() which checks only for the first character that the user enters and not then remaining characters.

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

    Great video!

  • @daniels.2876
    @daniels.2876 3 роки тому +1

    Amazing tutorials! Thx dude!

  • @SAEID-n4r
    @SAEID-n4r Рік тому

    ❤❤❤

  • @darksev.6468
    @darksev.6468 8 місяців тому

    Why would you use these instead of switches?

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

    if only every argument involved logic

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

    Thank you

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

    thanks bro

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

    Bro 🤜

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

    thanks

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

    how"d you do the shortcut of that import?

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

    You sound like a fast bro on 2x speed, especially when I'm drinking wine

  • @danny.3036
    @danny.3036 3 роки тому +1

    Thanks, Bro!

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

    thanx bro

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

    i saw a course for 10$ in udemy but urs was free and very much helpful

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

    ❤️❤️🙌🙌

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

    thank u

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

  • @Zetsuha88
    @Zetsuha88 Місяць тому

    ty

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

    TY bro

  • @zenonangelobarut7725
    @zenonangelobarut7725 10 місяців тому

    hello bro hope you will read this. I can only use sysout ctrl + space once and if I do it again then you must click it before the IDE corrects it. How to fix that? btw im using 2023 version of eclipse

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

    learnt

  • @YuliannCastañeda
    @YuliannCastañeda Місяць тому

    thanks!

  • @Giovanni-Rhonim
    @Giovanni-Rhonim 10 місяців тому

    Gos bless you Bro +9

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

    you are amazing!

  • @Josh-su7iu
    @Josh-su7iu Місяць тому

    bro is better than my teacher

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

    gg

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

    thx 4 vid bro !

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

    Thank you!

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

    thank you❤❤

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

    Thanks!

  • @curious6678
    @curious6678 7 місяців тому

    why did we use next and not nextLine

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

    thank you so much!

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

    I made a scanner method(?) How can I repeat it so I dont have to run the program every time?

    • @Ctrl-Z-Renders
      @Ctrl-Z-Renders 6 місяців тому

      While or for loop! (he made tutorial for those too)

  • @Hades2005-m2r
    @Hades2005-m2r 2 роки тому

    Thanks Bro !

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

    Thanks, Bro 06/01/2024

  • @TamLe-ys7ck
    @TamLe-ys7ck 3 роки тому +2

    In Example 2, should I use this?
    if(response == "q" || response == "Q") {
    System.out.println("You quit the game");
    }
    else {
    System.out.println("You are still playing the game *pew pew*");
    }

    • @sairos4057
      @sairos4057 2 роки тому +2

      I tested here and it didn't work. I think it'd work in another programming language but not Java

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

      @@sairos4057 to work just change the first line , will be like this:
      if((response == "q") || (response == "Q")) {
      System.out.println("You quit the game");
      }

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

    work

  • @JustNeutral14.
    @JustNeutral14. 4 місяці тому

    lets go after a small break im back doing these :)

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

    6:03

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

    Thanks! :D

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

    thx bro!

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

    Bro is bro

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

    GOAT!

  • @Savahax
    @Savahax 29 днів тому

    Celsius, my man 🙏🏻🙏🏻

  • @simik4830
    @simik4830 3 місяці тому

    comment for algorithm!

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

    :)

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

    This one gave me a hard time when trying to do it with a GUI... and I gave chatgpt a hard time trying to explain to me what why it wasn't working lol

  • @AARTIKUMARI-fe8wx
    @AARTIKUMARI-fe8wx Рік тому

    vedio - 11

  • @hoanginh1437
    @hoanginh1437 5 місяців тому

    can someone explain for me the different between the scanner.Next() and scanner.NextLine() pls

    • @markmenon
      @markmenon 9 днів тому

      NextLine looks for the next line that is typed by the user there is not scanner.next() or what i have learned ignore that right now focus on the main one scanner.NextLine()

  • @99Hitsugaya
    @99Hitsugaya 3 роки тому

    bro

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

    smooth and easy!

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

    "

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

    I cant find the symbol for the OR logical operator on my keyboard

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

    ankaraaa ankaraaaaasa

  • @chrish.44
    @chrish.44 Рік тому

    You are an insane teacher

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

    comment for stats!

  • @711mobiles
    @711mobiles 4 роки тому

    temp in And Or Not moving to next lesson

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

    comment

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

    Bro 🤜 code

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

    "Video 11"

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

    Bro, pizza day exists! Feb 9!

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

    Comment 11

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

    dab

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

    .

  • @Dev-PauloEd
    @Dev-PauloEd 2 роки тому

    i am the liker number 667

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

    Ακόμα ένα πολύ ενδιαφέρον video της σειράς μαθημάτων για τη Java.

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

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

    6 february l m done thenk you bro kod