
g.first =c("Jason","Skyler","Adrian","Berkley","Jack",'David',
'David', 'Jim', 'Jim')
g.last =c('Joyce', 'Einstein', 'Hertz', 'Bailey', 'Compton',
'Jones', 'Wilson', 'Smith', 'Anderson' )
c2 = paste(g.last, g.first, sep=', ')
K = GetStudentNames(c2)
Run the code above in your browser using DataLab