Advertisement
Guest User

Untitled

a guest
Feb 23rd, 2019
204
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Icon 0.12 KB | None | 0 0
  1. /// psuedocode
  2. for line in file {
  3.    if (line.first_field() == name && line.second_field() == sex)
  4.        return line
  5. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement