Skip to content
Xiith
  • Home
  • C
  • C++
  • C#
  • Java
  • Python
  • Kotlin
  • R
  • Go
  • JavaScript
  • About us
Search this website
Menu Close
  • Home
  • C
  • C++
  • C#
  • Java
  • Python
  • Kotlin
  • R
  • Go
  • JavaScript
  • About us

Kotlin Program to find the smallest digit of a number

In this program, You will learn how to find the smallest digit of a number in Kotlin. 912342 => 1 972342 => 2 Example: How to find the smallest digit…

Continue ReadingKotlin Program to find the smallest digit of a number

Kotlin Program to find the largest digit of a number

In this program, You will learn how to find the largest digit of a number in Kotlin. 12342 => 4 34182 => 8 Example: How to find the largest digit…

Continue ReadingKotlin Program to find the largest digit of a number

Kotlin Program to find the sum of first and last digit of a number

In this program, You will learn how to find the sum of first and last digit of a number in Kotlin. 1234 = 1 + 4 => 5 Example: How…

Continue ReadingKotlin Program to find the sum of first and last digit of a number

Kotlin Program to find the sum of even and odd digits of a number

In this program, You will learn how to find the sum of even and odd digits of a number in Kotlin. 1234 = 2 + 4 => 6 1234 =…

Continue ReadingKotlin Program to find the sum of even and odd digits of a number

Kotlin Program to find the sum of odd digits of a number

In this program, You will learn how to find the sum of odd digits of a number in Kotlin. 1234 = 1 + 3 => 4 Example: How to find…

Continue ReadingKotlin Program to find the sum of odd digits of a number

Kotlin Program to find the sum of even digits of a number

In this program, You will learn how to find the sum of even digits of a number in Kotlin. 1234 = 2 + 4 => 6 Example: How to find…

Continue ReadingKotlin Program to find the sum of even digits of a number

Kotlin Program to find the sum of digits of a number

In this program, You will learn how to find the sum of digits of a number in Kotlin. 123 = 1 + 2 + 3 => 6 Example: How to…

Continue ReadingKotlin Program to find the sum of digits of a number

Kotlin Program to print first n odd numbers in descending order

In this program, You will learn how to print first n odd numbers in descending order in Kotlin. Some list are:13 11 9 7 5 3 1 Example: How to…

Continue ReadingKotlin Program to print first n odd numbers in descending order

Kotlin Program to check the square root of a number is prime or not

In this program, You will learn how to check the square root of a number is prime or not in Kotlin. 49 => Square root: 7.0 => Prime Example: How…

Continue ReadingKotlin Program to check the square root of a number is prime or not

Kotlin Program to find the sum of prime numbers between 1 to n

In this program, You will learn how to find the sum of prime numbers between 1 to n in Kotlin. 10th: 2 + 3 + 5 + 7 => 17…

Continue ReadingKotlin Program to find the sum of prime numbers between 1 to n
  • Go to the previous page
  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
  • Go to the next page

Xiith is created for educational, experimental, and schooling purpose. Examples on Xiith are made easier to make a better or basic understanding. Tutorials, testimonials, and examples are continuously checked to avoid delusion, but we cannot take complete responsibility of all programs on Xiith. When you are operating this site, you have to agree to read and accept our terms of use, cookie and privacy policy. Copyright © 2021 by Xiith. All Rights Reserved. About us.