Anyone can point out the pros and cons of the out parameter. When it is preferred to use out parameter rather than just to return a value.
As you said, without out parameter, you can only return one value, out keyword allow you "return" more than one value