C# Practice 1 Solution

Поделиться
HTML-код
  • Опубликовано: 25 авг 2024
  • In this lesson I go over the solution to practice one.

Комментарии • 4

  • @sayasayasayasayasayasaya4982
    @sayasayasayasayasayasaya4982 2 года назад +2

    Thank you so much for this cours!

  • @killerddn9392
    @killerddn9392 Год назад

    i wonder what will be result if the age input =17

    • @arnozsiljan1851
      @arnozsiljan1851 7 месяцев назад

      This is such a late response, but the result would be the second case so the output would be "Thanks for entering your information". This is because we defined the variable to be greater or equal to 17.

    • @ericcartman2119
      @ericcartman2119 7 месяцев назад

      @@arnozsiljan1851 Nope, it will write "You are too young" because code is compiled from top to bottom.