Advertisement
Guest User

Untitled

a guest
Jan 17th, 2018
85
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Swift 0.26 KB | None | 0 0
  1. // write a data structure in Swift that represents a Contact.  It should contain
  2. // firstname, lastname, email, phone.  Write a test that creates a collection of
  3. // Contact, sorts them by last name, and prints the full name (firstname lastname).
  4.  
  5. public struct {
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement