Interview question: There is a function f, input are names(array), the function will put comma between these names and put a star(*) in the middle of these names. Please design 8 sets of input to test this function.
Sigiloso
I didn't do very well on this one. The point is that we need to design different input situations in these sets. Such as Super long name array; input odd and even number of names; input one name and an empty name; input names with comma or star included....something like that.