Have a few lines of code that compiles perfectly i...
# nigeria
a
Have a few lines of code that compiles perfectly in IntelliJ but, throws some errors when I compile in the command line. After a little research, looks as if my val x = readLine()!!.toFloat() variables need some exception handling, I think. All this is new to me so I will be reading a chapter on Null Safety and Exceptions.
👍 2