Category Archives: category
- Home
- Archive by Category "category" (Page 2)
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…
Read MorePython 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…
Read MoreUse 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…
Read More- On
- By
- 0 Comment
- Categories: category, Find elements
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…
Read MoreCalculate 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 the C++ program to calculate the sum of odd and even numbers in an array. In this article, we are going to learn how to calculate the sum of odd and even numbers in the…
Read MorePython 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…
Read More- On
- By
- 0 Comment
- Categories: Calculations, category, Find elements
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>…
Read More- On
- By
- 0 Comment
- Categories: category, Find elements
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…
Read More