Advertisement
jatinbhatia

minimum function

Dec 21st, 2014
175
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.27 KB | None | 0 0
  1. static void mintab(int[] tab, ref int min)
  2. {
  3. int i;
  4. int[] vectorint;
  5. vectorint = new int[5] { 1, 2, 3, 4, 5 };
  6. while( int i> min; )
  7. {
  8. i = i + 1;
  9. }
  10.  
  11. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement