1 class testCondition
2 {
3 static void Main(string[] args)
4 {
5 int i = 0;
6 Console.WriteLine(i);
7 }
8 static bool EqualToZero(int testdata)
9 {
10 if (testdata == 0)
11 return true;
12 else
13 return false;
14 }
15 }
設Condition如下:
叫用EqualToZero檢查:
沒有留言:
張貼留言