|
## String Templates (#1)
|
|
|
|
Display the result of the function `findMax()` (from the exercises in the
|
|
previous atom) on the console in the form "The maximum of x and y is max." Use
|
|
a `String` template to perform the substitution of `x`, `y` and the maximum
|
|
value.
|