...

/

Exercise: Printing Personal Information

Exercise: Printing Personal Information

Enhance your Kotlin proficiency by practicing string formatting and nullability concepts.

We'll cover the following...

Problem statement

Implement formatPersonDisplay function. It should have the String result type and the following parameters:

  • The name of type String? and default value null

  • The surname of type ...