Fxxking Coding
先從 C# 開始
2015年11月5日 星期四
C5_3 陣列越界檢查
using System;
namespace C5_3
{
public class Program
{
public static void Main()
{
int[] myArray = {1,3,5 };
Console.WriteLine(myArray[3]);
}
}
}
沒有留言:
張貼留言
較新的文章
較舊的文章
首頁
訂閱:
張貼留言 (Atom)
沒有留言:
張貼留言