C# Practice 1 Solution

แชร์
ฝัง
  • เผยแพร่เมื่อ 31 ธ.ค. 2024

ความคิดเห็น • 4

  • @sayasayasayasayasayasaya4982
    @sayasayasayasayasayasaya4982 2 ปีที่แล้ว +2

    Thank you so much for this cours!

  • @killerddn9392
    @killerddn9392 2 ปีที่แล้ว

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

    • @arnozsiljan1851
      @arnozsiljan1851 11 หลายเดือนก่อน

      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 11 หลายเดือนก่อน

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