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

R Program to find the 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 R. Number :4567 Largest is: 7 Smallest is = 4 Example: How…

Continue ReadingR Program to find the largest and smallest digit of a number

R 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 R. 5234 = 2 2351 = 1 Example: How to find the smallest digit…

Continue ReadingR Program to find the smallest digit of a number

R 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 R. 1234 = 4 2351 = 5 Example: How to find the largest digit…

Continue ReadingR Program to find the largest digit of a number

R 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 R. 1234 = 1 + 4 = 5 Example: How…

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

R 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 R. Even sum is : = 2 + 4 =…

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

R 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 R. Sum of odd digits are: 1234 => 1 + 3 =…

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

R 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 R. Sum of even digits is : 1234 => 2 + 4…

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

R 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 R. Sum of digits is : 123 => 1 + 2 + 3…

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

R 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 R. List of odd numbers in descending order's :19, 17, 15, 13, 11,…

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

R 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 R. Some list of Prime numbers are: 2, 3, 5,…

Continue ReadingR Program to check the square root of a number is prime or not
  • 1
  • 2
  • 3
  • 4
  • 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.