Bài 6:  Câu lệnh if...else trong C#

Cấu trúc câu lệnh if... else

if (biểu thức điều kiện)
{
<lệnh 1>
<lệnh 2>
....
}
else
{
<lệnh 1>
<lệnh 2>
...
}

vidụ:


lệnh if.... else trong c#

Share To:

laptrinhvien

Post A Comment:

0 comments so far,add yours