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

R 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 R. Prime numbers: 2, 3, 5, 7, 11, 13, 17, 19…

Continue Reading R Program to find the sum of prime numbers between 1 to n

R Program to print all prime numbers between 1 to n

In this program, You will learn how to print all prime numbers between 1 to n in R. Some list of Prime numbers is : 2, 3, 5, 7, 11,…

Continue Reading R Program to print all prime numbers between 1 to n

R Program to check a number is prime or not

In this program, You will learn how to check a number is prime or not in R. Some list of Prime numbers is : 2, 3, 5, 7, 11, 13,…

Continue Reading R Program to check a number is prime or not

R Program to check a number is Armstrong or not

In this program, You will learn how to check a number is Armstrong or not in R. Some list of Armstrong numbers: 153, 370, 371, 407 Example: How to check…

Continue Reading R Program to check a number is Armstrong or not

R Program to check a number is a palindrome or not

In this program, You will learn how to check a number is a palindrome or not in R. 121 == 121 True 101 == 121 False Example: How to check…

Continue Reading R Program to check a number is a palindrome or not

R Program to reverse a number

In this program, You will learn how to reverse a number in R. 123 => 321 102 => 201 Example: How to reverse a number in R { n =…

Continue Reading R Program to reverse a number

R Program to check a number is a strong number or not

In this program, You will learn how to check a number is a strong number or not in R. Some list of strong numbers are: 1, 2, 145 Example: How…

Continue Reading R Program to check a number is a strong number or not

R Program to check a number is a perfect number or not

In this program, You will learn how to check a number is a perfect number or not in R. Some list of perfect numbers is : 6, 28, 496, 8128…

Continue Reading R Program to check a number is a perfect number or not

R Program to find the factorial of a number

In this program, You will learn how to find the factorial of a number in R. 3! = 1 * 2 * 3 4! = 1 * 2 * 3…

Continue Reading R Program to find the factorial of a number

R Program to print the sum of the first 10 natural numbers

In this program, You will learn how to print the sum of the first 10 natural numbers in R. 1 + 2 + 3 + 4 + 5 + 6…

Continue Reading R Program to print the sum of the first 10 natural numbers
  • Go to the previous page
  • 1
  • 2
  • 3
  • 4
  • Go to the next page

Recent Posts

  • JavaScript Program to find quotient without using the division operator
  • JavaScript Program to find quotient and remainder
  • JavaScript Program to print table of any number
  • JavaScript Program to find the largest of three characters
  • JavaScript Program to find the largest of three numbers using nested if
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 © 2020 by Xiith. All Rights Reserved. About us.