Input/Output (IO) in Kotlin

Input The readLine() function in Kotlin is a function included in the standard library that allows reading a line of text from the console. It returns the read line as a string. With the help of other special functions such as toInt(), toDouble() or toFloat(), the inputs that are read in as a string can be converted into other data types in order to be processed accordingly later in the program. Below

Read more

Where and how can you learn Kotlin?

Our Kotlin tutorial offers you an easy way to get started with the topic and expand your knowledge step by step. The content is deliberately written in an understandable way so that developers without experience or even people without programming knowledge can get started with Kotlin development. You start with the basics such as installing the development environment on your computer and creating the first project. You will then be guided through the theoretical learning content of

Read more

Why learn Kotlin?

There are numerous reasons given online why it makes sense to learn the Kotlin programming language. Whether it's the simple syntax, the increased productivity or the multi-platform capability - every argument has its merits. In this article I would like to not only present the well-known reasons for learning Kotlin, but also share my own considerations that played an important role in my personal decision

Read more