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 second largest element in the array

In this program, You will learn how to find the second largest element in the array in Kotlin. List is: 2 3 4 5 6 7 8 9 10 11…

Continue ReadingKotlin Program to find the second largest element in the array

Kotlin Program to find the largest and smallest element in the array

In this program, You will learn how to find the largest and smallest element in the array in Kotlin. List is: 3 4 5 6 7 8 9 10 11…

Continue ReadingKotlin Program to find the largest and smallest element in the array

Kotlin Program to reverse array elements

In this program, You will learn how to reverse array elements in Kotlin. List is: 1 2 3 4 5 6 7 8 9 10 After reverse list is: 10…

Continue ReadingKotlin Program to reverse array elements

Kotlin Program to find the sum of even and odd elements in an array

In this program, You will learn how to find the sum of even and odd elements in an array in Kotlin. list are: 6 7 8 9 10 Even list…

Continue ReadingKotlin Program to find the sum of even and odd elements in an array

Kotlin Program to find even and odd elements in an array

In this program, You will learn how to find even and odd elements in an array in Kotlin. Array List are: 6 7 8 9 10 Odd list: 7 9…

Continue ReadingKotlin Program to find even and odd elements in an array

Kotlin Program to find the sum of array elements

In this program, You will learn how to find the sum of array elements in Kotlin. List is: 2 3 4 5 6 2 + 3 + 4 + 5…

Continue ReadingKotlin Program to find the sum of array elements

Kotlin Program using an array with a loop

In this program, You will learn how to implement an array with a loop in Kotlin. Array list is: 2 3 4 5 6 Example: How to implement an array…

Continue ReadingKotlin Program using an array with a loop

Kotlin Program to convert the number into characters

In this program, You will learn how to convert the number into characters in Kotlin. Number is: 12345 One Two Three Four Five Example: How to convert the number into…

Continue ReadingKotlin Program to convert the number into characters

Kotlin Program to find the second largest digit of a number

In this program, You will learn how to find the second largest digit of a number in Kotlin. 1234 => 3 2312 => 2 Example: How to find the second…

Continue ReadingKotlin Program to find the second largest digit of a number

Kotlin Program to find largest and smallest digit of a number

In this program, You will learn how to find the largest and smallest digit of a number in Kotlin. The number is: 9123427 Largest & smallest digit is: 9 1…

Continue ReadingKotlin Program to find largest and smallest digit of a number
  • 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.