Let's say I ask you write a function that calculates two integer values and returns them. How would you write this function?
Now I ask you to write a function that find three NSString* values and returns them, let's say a function where I give you an NSString* with English text, and you should return three NSString* containing the same text in German, Italian and French. What would the function declaration look like?