category

Calculate the sum of natural numbers in Python

Calculate the sum of natural numbers in Python In this tutorial, we will discuss a concept of Python program to…

5 years ago

Python program to find the sum of two numbers using recursion

Python program to find the sum of two numbers using recursion In this tutorial, we will discuss a concept of…

5 years ago

Use of C program to find sum of two numbers using recursion

Use of C program to find sum of two numbers using recursion In this tutorial, we will discuss a concept…

5 years ago

Calculate average of odd and even numbers in Java

Calculate the average of odd and even numbers in Java In this tutorial, we will discuss a concept of the …

5 years ago

Calculate sum of odd and even in an array in C++

Calculate sum of odd and even in an array in C++ In this tutorial, we will discuss how to use…

5 years ago

Python program to find odd and even numbers from a list

Python program to find odd and even number from list In this tutorial, we are going to discuss how to…

5 years ago

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…

6 years ago

Cpp program to biggest and smallest of three numbers

Cpp program to biggest and smallest of three numbers In this program, we will discuss a simple concept of program…

6 years ago