In the following syntax for the print command, What does the ellipsis between expressions indicate?
1) The ellipsis indicates that the program has a minimum number of expressions that must be provided.
2) The ellipsis indicates that the program has a maximum number of expressions that can be provided.
3) The ellipsis indicates that the program has a variable number of expressions that can be provided.
4) The ellipsis indicates that the program has a fixed number of expressions that must be provided.