Browsing category

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 calculate the sum of natural numbers using loops In this article, we are going to learn  how to  find the sum of natural numbers using loops in the Python programming language Python program to find…

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 the  Python program to find sum of two numbers using recursion In this article, we are going to learn  how to  find the addition of two numbers using recursion in the Python programming language Program…

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 of use of C program to find the sum of two numbers using recursion In this article, we are going to learn  how to calculate the addition of two numbers using recursion in the C…

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  Java code to calculate the average of odd and even numbers. In this article, we are going to learn  how to  calculate the Average of odd and even numbers  in the Java programming language What…

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 find odd and even numbers from a list in the Python program. Even number produces zero balance when the number is divided by two. Odd number produces one as balance when the number is divided…

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>…

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 to find the smallest and largest number among three numbers in the Cpp programming language. In this topic, we learn how to find the smallest and biggest number from given three numbers using if- elseif…