1
1
Fork 0
AtomicKotlinCourse/Programming Basics/String Templates/Exercise 1/task.md

7 lines
263 B
Markdown

## 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.