Know about function parameter and return type – Kotlin
Function parameter and return type explained with examples Before we start off with function parameter and return type know more about functions and implementation. I. …
Function parameter and return type explained with examples Before we start off with function parameter and return type know more about functions and implementation. I. …
Functions in Kotlin or any other programming language are lines of code clubbed together under a name Example Explanation Starts with the keyword “fun” followed …
1.What are bits? In the world of computers smallest unit for measuring data is called as a bit. A bit can either take value 0 …
The post briefly points on how to install and configure Wine on Ubuntu machines.Wine is an open source compatibility layer which helps you run windows …
The post briefs on how to install exe files on Ubuntu machines. Exe files on Ubuntu can be installed with the help of a software …
The post provides brief on how to install google chrome on Ubuntu machines. There are two ways, one by downloading it from official site and …
The post briefs on how to install AnyDesk software on Ubuntu machines in two simple steps. Step 1 : Download AnyDesk from official site Click …
Conditional branching is for executing a specific set of code based on the condition satisfied. For conditional branching in kotlin we have two statements namely …
Control flow statements or Loops in Kotlin are used to carry out repetitive task’s by repeating certain set of code. In our previous post about …
Control flow statements or Loops in Kotlin are used to carry out repetitive task’s by repeating certain set of code. There are three kinds of …