Functions | Kotlin Programming | Complete Android App Development Bootcamp | Telugu

preview_player
Показать описание
#coding #programming #appdevelopment #android

Android development is one of the most rising fields these days. In this video, we will be learning about Functions in Kotlin.

Whether you are a beginner or have some coding experience, it doesn’t matter—you just need a laptop and the ambition to learn."

#learncoding #development #learnprogramming

As a self-taught software engineer, I understand the challenges people often face when learning to code. The biggest hurdle? There is a lack of mentorship or guidance—knowing where to start and how to proceed. Through years of industry experience across diverse projects in design, mobile development, and web development, I’ve gained a deep, foundational understanding of coding and programming.

Now, I want to be the mentor and guide I didn’t have, helping you learn everything I’ve discovered.

Connect with me on:

[kotlin, Android app development course, app development, android app, flutter, native app development, react native, mobile app development]
Рекомендации по теме
Комментарии
Автор

fun main() {
println(marks(subject="math", marks=50))
println(marks(sports="khabbadi", marks=99.9))
}

fun marks(subject:String, marks:Int): String{
var subject="subject is $subject"
var marks ="my makrks are $marks"
return "$subject\n$marks"

}

fun marks(sports:String, marks:Double):String{
var sports="my sports is $sports"
var marks="my marks are $marks"
return "$sports\n$marks"

}and out put is subject is math
my makrks are 50
my sports is khabbadi
my marks are 99.9

GamerRock
visit shbcf.ru