Online Home
string[] ss = new string[5];
int[] i = new int[5];
int[] p = {6,7,8 };
int[] p1 = new int[2]{ 6,6 };
No comments:
Post a Comment