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

C# Program to check a number is Armstrong or not using class

In this program, You will learn how to check a number is Armstrong or not using class and object in C#. Some list of Armstrong numbers is: 153, 370, 371,…

Continue Reading C# Program to check a number is Armstrong or not using class

C# Program to check a number is a palindrome or not using class

In this program, You will learn how to check a number is a palindrome or not using the class and object in C#. Some list of palindrome numbers is: 121,…

Continue Reading C# Program to check a number is a palindrome or not using class

C# Program to reverse a number using class and object

In this program, You will learn how to reverse a number using class and object in C#. 1234 => 4321 2312 => 2132 Example: How to reverse a number using…

Continue Reading C# Program to reverse a number using class and object

C# Program to find factorial of a number using class and object

In this program, You will learn how to find factorial of a number using class and object in C#. 3! = 1 * 2 * 3 => 6 4! =…

Continue Reading C# Program to find factorial of a number using class and object

C# Program to check number is even or odd using class

In this program, You will learn how to check number is even or odd using class and object in C#. if (n % 2 == 0) { //statement } Example:…

Continue Reading C# Program to check number is even or odd using class

C# Program to add two numbers using class and object

In this program, You will learn how to add two numbers using class and object in C#. 30 = 10 + 20 40 = 20 + 20 Example: How to…

Continue Reading C# Program to add two numbers using class and object

C# Program to find saddle point in a matrix

In this program, You will learn how to find saddle point in a matrix in C#. 2 3 4 5 6 7 8 9 10 Value of Saddle Point: 8…

Continue Reading C# Program to find saddle point in a matrix

C# Program to delete an element in an array

In this program, You will learn how to delete an element in an array in C#. List is: 22 33 44 55 66 Enter for Delete: 44 A new list…

Continue Reading C# Program to delete an element in an array

C# Program to insert an element in an array

In this program, You will learn how to insert an element in an array in C#. List is : 30 40 50 60 70 Insert element: 45 Enter a location:…

Continue Reading C# Program to insert an element in an array

C# Program to find the sum of prime numbers in an array

In this program, You will learn how to find the sum of prime numbers in an array in C#. List is : 3 4 5 6 7 => 3 +…

Continue Reading C# Program to find the sum of prime numbers in an array
  • Go to the previous page
  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
  • …
  • 8
  • 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.