I must develop a function that will accept 3 arguments.
The first two arguments must be a lists.
When either argument is not a list, join_alternate shall display an error message and terminate its processing.
When both arguments are lists, then alternate will produce a new list as its result, as...