Prepared by
Prepared by
Prepared by:
Eng.Abdelwahab Mohamed
2
Quick Recap
What is Kotlin?
Kotlin is a modern, trending programming language that was released in 2016
by JetBrains.
It has become very popular since it is compatible with Java (one of the most
popular programming languages out there), which means that Java code (and
libraries) can be used in Kotlin programs.
Web development
Data science
Kotlin works on different platforms (Windows, Mac, Linux, Raspberry Pi, etc.)
Big community/support
Important notes:
The fun keyword is used to declare a function.
Any code inside the main() function's curly brackets {} will be executed.