C# if statements 🤔

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

КОМЕНТАРІ • 39

  • @BroCodez
    @BroCodez  3 роки тому +22

    using System;
    namespace MyFirstProgram
    {
    class Program
    {
    static void Main(string[] args)
    {
    //if statement = a basic form of decision making
    // -------------------- Example 1 --------------------
    Console.WriteLine("Please enter your age: ");
    int age = Convert.ToInt32(Console.ReadLine());
    if (age >= 18)
    {
    Console.WriteLine("You are now signed up!");
    }
    else if (age < 0)
    {
    Console.WriteLine("You haven't been born yet!");
    }
    else
    {
    Console.WriteLine("You must be 18+ to sign up!");
    }
    // -------------------- Example 2 --------------------
    Console.WriteLine("Please enter your name: ");
    String name = Console.ReadLine();
    if (name == "")
    {
    Console.WriteLine("You did not enter your name!");
    }
    else
    {
    Console.WriteLine("Hello " + name);
    }
    Console.ReadKey();
    }
    }
    }

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

      Thanks bro

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

      Hi bro

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

      bro really doesnt know how many test he's saved me from failing :)

  • @jd_me1330
    @jd_me1330 2 роки тому +5

    Being trying to get through this problem since ages. watched at least 20 vids

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

    Can you If else multiple choices question? Like only letter A,B,C will be accepted and then count how many times you choose each Letter to get the result of the test.

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

    Very helpful! Thank you sir

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

    You just helped me with my assignment,,
    thank u :)

  • @y-it4207
    @y-it4207 2 роки тому +1

    OMG thank you sooooo much. I’ve been trying to make a chat bot and this is just what I need!

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

    Excellent, thanks!

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

    best online class ever!

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

    Very helpful, thanks

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

    Thanks for the video Bro.

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

    Oooh, thank you for this!

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

    Thanks bro

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

    Bro, great video.

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

    Thanks ❤

  • @ArnoldNatasha-f6f
    @ArnoldNatasha-f6f 8 місяців тому

    Legend

  • @movieworld812
    @movieworld812 6 місяців тому +1

    " "You haven't been born yet" " 💀

    • @movieworld812
      @movieworld812 6 місяців тому +1

      " "You are to old to sign up" " ☠️

  •  3 роки тому

    Thanks!

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

    Thank you, bro code!

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

    noice

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

    lesson check😇

  • @momstar7127
    @momstar7127 8 днів тому

    Y O U A R E A M A Z I N G !!!!

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

    Can we use if statement for string variable?

    • @ykta_art
      @ykta_art 6 місяців тому +1

      Yes if we use string Variable in first we can use it

    • @zanvee
      @zanvee 6 місяців тому +3

      @@ykta_art thanks for replying man i been waiting 2 years for my answers

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

    comment for algorithm!

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

    bro what if i entered a letter in age what code do i have to enter to restrict the letter from age
    hope u see this thanks

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

      well technically you can't, since it's an "int" prefix and not "string"

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

      this guy also made a tutorial for C# exception statements, go watch that

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

    Gg

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

    1:31 i am 12 years

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

    that's bro

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

    would give it a like, but it's at 69

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

    what if

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

    Pp