Conditional Statements in Swift

Any programming language must have conditional statements because they let you regulate how your program behaves under various scenarios. Multiple conditional statement types are available in Swift, Apple's robust and…

Hello World In Kotlin

This tutorial walks us through creating a simple Kotlin application for Android. It’s extremely easy to start using Kotlin for Android development. In this tutorial we’ll follow the warming up…