Guest User

Untitled

a guest
Feb 18th, 2019
94
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.12 KB | None | 0 0
  1. // KODLAR
  2. // Binary operator '<=' cannot be applied to two 'T' operands
  3. if value <= valueToFind {
  4. return index
  5. }
  6. //KODLAR
Add Comment
Please, Sign In to add comment