Question: You are to write a simple program to practice null safety in Kotlin. Some time ago we learned how to reverse a string. In your
You are to write a simple program to practice null safety in Kotlin. Some time ago we learned how to reverse a string. In your program define variable of type String?, ask user for some text and store user input in that variable and then print it both straight and in reverse. In your book, there are three option to handle null safety, so your program should have three parts each using one of the methods described in book.
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
