Visual Basic Tutorial - 17 - Logical Operators

Поділитися
Вставка
  • Опубліковано 10 лют 2025
  • Source Code: github.com/the...
    Core Deployment Guide (AWS): docs.google.co...

КОМЕНТАРІ • 43

  • @iramkhan9748
    @iramkhan9748 5 років тому +1

    Great tutorial. Simple enough for beginners to follow!

  • @HexicGamingV2
    @HexicGamingV2 11 років тому +1

    These tuts are great! I'm gonna attempt C++ after this, or maybe C#

  • @23Drezzy
    @23Drezzy 12 років тому

    The reason why presents the line of code like this: (username = "Sam" or username = "Tim") is because he wants everything in the parentheses evaluated before evaluating the And that comes after. If he leaves the parentheses out then the order of operations would take control over which parts of the code gets evaluated first.
    I hope that helps

  • @RahilWazirAli
    @RahilWazirAli 12 років тому

    very interesting tutorials!

  • @Arko9858
    @Arko9858 13 років тому

    thanks for these nice tuts :)

  • @cancan460
    @cancan460 11 років тому

    I made a simple calculator, it asks you if you want to multiply, substract, divide or add and then takes two numbers. It works with decimals because I used doubles :)

  • @cesrai
    @cesrai 11 років тому +1

    i wrote the If statement without the Brackets and it worked just fine

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

    Who's here in 2022??

  • @TecHmoDzFx
    @TecHmoDzFx 12 років тому

    Ok thankyou for replying, but what do you mean by evaluating?sorry and thanks again for the reply :D

  • @whitelion6912
    @whitelion6912 7 років тому

    Hello, where can I find some exercises to practice all of this ?

  • @tayler6000
    @tayler6000 13 років тому

    Love the tutorials. Btw you said neer the end that if the username was Sam or joe it would let you in but you ment to say Sam or Tim... I would add a annotion saying that If youHaveTime = True
    lol!

  • @Reema006
    @Reema006 11 років тому

    This was very helpful!!!!

  • @biomechatronics9612
    @biomechatronics9612 11 років тому +1

    which syntax coresponde to the case sensitivity

  • @AbdulRahmanASamad
    @AbdulRahmanASamad 11 років тому

    Good for you!

  • @lub094
    @lub094 13 років тому

    Question: When are we going to the form stuff?

  • @pji6494
    @pji6494 9 років тому

    What is the difference between the assignment operator ( = ) and the logical operator equal ( == ) ? Is it equal by means in Visual Basic.
    Hope you get to reply me. Thanks Sam!

  • @djuroue1
    @djuroue1 13 років тому

    Great video,thanks :)))

  • @23Drezzy
    @23Drezzy 12 років тому

    Evaluating means to decide whether not the expressions in the parentheses are true.

  • @Aaron-xv5qt
    @Aaron-xv5qt 4 роки тому

    why do you need to set the variables as nothing?

  • @coolman245
    @coolman245 11 років тому

    what is the point in changing the string statements into a boolean with the open/close brackets? Ex: If username = “name” Or username = “name” string statement
    Ex: If (username = “name” Or username = “name”) changes it into a boolean statement. I tried both ways and it still works? please get back to me so i can understand

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

    Visual basic doesn't have "Not" Logical operator?

  • @TheDJRockstar1
    @TheDJRockstar1 13 років тому

    @lub094 Ep 36 But i recommend watching all of them because everything before Ep 36 is basic stuff that is used in almost every GOOD program.

  • @jacobgabriel3097
    @jacobgabriel3097 12 років тому

    is there a difference between "or" and "Or" in visual basic?

  • @ivandrofly
    @ivandrofly 11 років тому

    THANKS!

  • @abiddine
    @abiddine 13 років тому

    is visual basic case sensitive?

  • @nikolasolider
    @nikolasolider 11 років тому

    What about Windows Application Forms tut series? Ha?

  • @TecHmoDzFx
    @TecHmoDzFx 12 років тому

    Could anyone help me out, I get all the video apart from when he places bracket/parentheses around username = "Sam" or username = "Tim" could someone please explain why he has done that. Thanks in advanced to anyone that helps. :)

  • @HexPlays
    @HexPlays 13 років тому

    dude i nailed this on the F***ing head

  • @pabloemilescober6387
    @pabloemilescober6387 8 років тому

    is this vb7

  • @iKaVaPerv
    @iKaVaPerv 10 років тому

    Man this is so boring, why did they change all syntax? couldnt it be more like java,c or c++ :'(

    • @Brax1982
      @Brax1982 9 років тому +2

      iKaVaPerv Visual Basic is based on Quick Basic which was released 30 years ago. It's more that they didn't change the syntax.

  • @callums3770
    @callums3770 8 років тому +1

    im good at vb

  • @kaylawolf6458
    @kaylawolf6458 11 років тому

    no

  • @agentEE7
    @agentEE7 13 років тому

    @Pyware50 hur
    stop spamming these tuts!

  • @Espiration
    @Espiration 13 років тому

    @lub094 Answer: Complete the tutorial and go make a real program.