Guest User

Untitled

a guest
Mar 24th, 2018
86
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.14 KB | None | 0 0
  1. for i in 0...arr.count - 1{
  2. if Value == arr[i]{
  3. print("Value",arr[i])
  4. print("Index",i)
  5. }
  6. }
  7. }
Add Comment
Please, Sign In to add comment