How do we separate the different values when returning multiple from a function?
Using commas
,
Using semicolons
;
Using commas
,
.