Visual Basic.NET Programming. Beginner Lesson 10. Logical and Relational Operators 1

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

КОМЕНТАРІ • 35

  • @olfin88
    @olfin88 Рік тому +2

    The best programming video series on the planet. Thank you for your public service for the greater good.

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

    Yor are the best teacher. Simple and Clear

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

    I learn something new every time. Vid 11 tomorrow. Thanks for the great instruction....JT

  • @NA-sk4ys
    @NA-sk4ys 3 роки тому +1

    Best explanation I found for beginners

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

    Thank you Kevin. Not sure if you’ve done this but I hope you could do a video wherein you will create a project from scratch, let’s say a simple payroll database system. I just found out your channel very informative as I used it to teach my son. Very informative and well explained. Great job and many thanks! 👌🏻

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

      You're very welcome. I'm delighted to be of service. I was planning on including some projects such as a simple calculator, a hangman game, and a monopoly style board game, as part of the beginner and intermediate series (no databases yet though). I have already made a sequence of videos on how to build a theatre booking system ('flicks in the sticks' sort of thing) which you might want to take a look at - this involves an Access database and SQL. It's quite advanced so I would be careful about introducing it too early. You might also like the colour mixer project. There are still a few things I want to cover in the intermediate series such as functions, exception handling and text files. :)KD

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

      @@ComputerScienceLessons that is great! I’ve already subscribed and definitely will ask my son to watch your videos. I’m a software developer as well and I used to teach Computer Science 20 years ago from my first job so I really know that you’re methodology is effective for beginners, really great examples and detailed explanations. Continue doing this Sir! 👏👌🏻

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

    Great work Kevin. Thanks a lot.

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

    "we also want a program that is robust and can't crash easily, and i can crash this program easily"
    that sounded badass lol

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

    hello may i know how to write code if i only want user key in decimals and not whole number. is it possible?

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

    Hello, do you have any videos on object oriented programming??

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

    How about if I type string and number, I should use which is syntax? Pls

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

    Thanks ............Please can u touch on single ton class in .net

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

    I wonder if there is a preferred order to watch all Kevin's videos?

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

      Hi David. One of these days I'll work it out. The idea behind this the beginner's series is to plug some gaps. (I've already made lots of videos about sorting and search algorithms and data structures.) Thanks for the lovely comments.

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

    😁👍

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

    Thanks for the tutorial! I named my "Get grade" button, "Get ready to be disappointed " 😂
    Also: Is it okay if I use the same form to follow all the tutorial videos in these series? I've been doing so for a while, wanted to clarify if it might cause conflicting code?
    I'm asking because basically what I do is, I take what ever new I've learnt, and try using that to improve and work upon the older examples from the previous videos.

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

      although this comment is a year later, If I were you I would use different forms and name them according to the video title so if you ever need help you can go to that new project and copy over some code, makes it nice and easy

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

      @@berat2690 lmao thanks wow I even forgot I looked into this series
      Yeah I’ve even lost the original files by now XD
      I actually never really had to work with forms surprisingly- all VB stuff we did AND are doing is command line

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

      @@thedardanitan im doing this for A Levels and I’m tryna get a more understanding of it, I have a little bit of python experience I’m trying to transfer over

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

      @@berat2690 dude thats awesome but transferring from python to vb? Why tho? I mean python is a supported language in the a level computer science course

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

      @@thedardanitan well when i was doing GCSE computer science because of covid they cancelled my python coursework so we stopped completely and my school does VB for the A Level course

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

    ty

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

    v nice video pl spport

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

    Am I the only person that thinks that using the Exit Sub statement is BAD programming practice? I was taught that methods, just like loops should have ONE and ONLY one entry point and one and ONLY one exit point.

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

    VB = Visual Basic? 😳 Why?

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

      BASIC = Beginner's All Purpose Symbolic Instruction Code. In my view, the best language to learn to code in. :)KD

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

    0:22