Guest User

Untitled

a guest
Jul 19th, 2018
86
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.13 KB | None | 0 0
  1. public int[] g_nums = { 5, 3, 3, 6, 9 }
  2.  
  3. for( int i = 0; i < g_nums.Count; i++ )
  4. {
  5. Console.WriteLine( g_nums[ i ].ToString() );
  6. }
Add Comment
Please, Sign In to add comment