Browsing category

Find elements

Find odd or even number using switch statements in C

Find the odd or even number using switch statements in C In this tutorial, we will discuss the concept of the find the odd or even number using switch statements in C language. In this post, we are going to learn how to find odd or even number using switch statements in C programming language…

Java program to find odd or even number using switch statements

Java program to find odd or even number using switch statements In this tutorial, we will discuss the concept of the Java program to find odd or even number using switch statements. In this post, we are going to learn how to find odd or even number using switch statements in Java programming language when…

Python program to display all odd or even numbers 1 to n with label

Python program to display all odd or even numbers 1 to n with label In this article, we will discuss the concept of the Python program to display all  odd or even numbers with label using loops In this post, we will learn how to find and display odd and even numbers with label using…

Java program to display all odd or even numbers 1 to n with label

Java program to display all odd or even numbers 1 to n with label In this article, we will discuss the concept of Java program to display all odd or even numbers 1 to n with label using loops In this post, we will learn how to find and display odd and even numbers with…

Java program to check whether a number is Positive or Negative or Zero

Java program to check whether a number is Positive or Negative or Zero In this tutorial, we will discuss a concept in Java program to check whether a number is Positive or Negative or Zero In this post, we will learn how to check if the number is positive or negative or zero in Java…

Python program to find sum of two numbers without using arithmetic operators

Python program to find sum of two numbers without using arithmetic operators sum of two numbers without using arithmetic operators using function In this tutorial, we will discuss the concept of Python program to find sum of  two numbers without using arithmetic operators In this post, we will learn how to make the addition of…

Java program to add two numbers without using arithmetic operators

Java program to add two numbers without using arithmetic operators In this tutorial, we will discuss the concept of Java program to add two numbers without using arithmetic operators In this post, we will learn how to make the addition of two number using without the arithmetic operator in Java programming language Java program to…

C++ program to add two numbers without using arithmetic operators

C++ program to add two numbers with out using arithmetic operators In this tutorial, we will discuss the concept of C++ program to add two numbers without using arithmetic operators In this post, we will learn how to make the addition of two number using without the arithmetic operator in C++ programming language   Using…