Browsing category

Find elements

program to display even and odd number in the given range

Program to display even and odd number in the given range In thid tutorial, we will discuss a concept of Python program to display even and odd number in the given range when you devide a number by two and if the balance is zero, it is an even number the odd number divided by…

Calculate power of a number using recursion in C language

Calculate power of a number using recursion in C language In this tutorial, we will discuss the concept of  Calculate power of a given number using recursion in C language In this post, we will learn how to  find the power of a given number using recursion in C  language   Program 1 #include <stdio.h>…

Java program to find middle of three number using method

Java program to find middle of three number using method In this tutorial , we will discuss the concept of Java program to find middle of three number using method This post describes how to find the middle number among three numbers using if statements in Java language. There are many ways to find the…

Python program to find middle of three number using function

Python program to find  middle of three number using function In this tutorial, We will discuss the concept of the Python program to find middle of three number using function This post describes how to find the middle number among three numbers using if elif statements in Python language There are many ways to find…

C program to find middle among three number using function

C program to find middle among three number using function In this tutorial, we will discuss the concept of C program to find middle among three numbers using function This post describes how to find the middle number among three numbers using if statements in C language There are many ways to find the middle…

C++ program to find middle of three number using function

C++ program to find middle of three number using function In this tutorial, we will discuss the concept of C++ program to find middle among three numbers using function This post describes how to find the middle number among three numbers using if statements in C++ language. There are many ways to find the middle…