Write a function max that has two string parameters and returns the larger of the two, that is, a string should be returned. (by larger we mean alphabetically, thus the string "b" is greater then the string "apple". the lengths of the two strings are not being compared.)

Solved
Show answers

Ask an AI advisor a question