Advertisement
Guest User

Untitled

a guest
Oct 23rd, 2016
96
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C# 0.07 KB | None | 0 0
  1. for(int i=arr.length() - 1; i>= 0; i--)
  2.     Console.WriteLine(arr[i]);
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement