Browsing category

Find elements

Cpp program to find factorial using function

CPP program to find factorial using Function In this tutorial, we will discuss Cpp program to find factorial using Function There are many ways to calculate a factorial using C++ programming language. In this tutorial, we are going to learn about how to calculate factorial of a given number using the C++ function   Factorial…

Java code to find factorial using method

Java code to find factorial using  method In this tutorial, we will discuss Java code to find factorial using  method There are many ways to calculate a factorial using  Java programming language. In this tutorial, we are going to learn about how to calculate factorial of a given number using Java method.   Factorial is…

Python program to find factorial of a number using while loop

Python program to find factorial of a number using while loop In this tutorial, we will discuss Python program to find factorial of a number using the while loop In this post, we use if statements and while loop to calculating factorial of a number and display it Factorial is a product of all positive…

Python program to find largest and smallest elements in a list

Python program to find largest and smallest elements in a list In this tutorial, we will discuss the  concept of Python program to find largest and smallest elements in the list In this post, we will learn how to find the largest and smallest elements of a list in Python programming language Python program to…

Python program to find Average of numbers in a list

Python program to find Average of numbers in a list In this tutorial, we will discuss a concept of Python program to find Average of numbers in a list. This program uses to calculate the sum and average of the integer number in the list of Python language. If the list of numbers given to find…

Python program to find largest number among three numbers

Python program to find largest number among three numbers In this tutorial, we will discuss the Python program to find largest number among three numbers. This post explains how to find the largest number among three numbers using if statements with the operator in Python. There are many ways to find the largest number among…

C program to find largest and second largest elements in array

C program to find largest and second largest elements in array In this tutorial, we will discuss the  concept of C program to find largest and second largest elements in Array. In this topic, we will learn how to find the largest and second largest elements of array elements in C programming language This program…

Cpp program to largest and second largest elements in array

Cpp program to largest and second largest elements in array In this tutorial, we will discuss the concept of Cpp program to display largest and second largest elements in Array. In this topic, we will learn how to find the largest and second largest elements of array elements in Cpp programming language This program gets…

Java code to largest and second largest elements in array

Java code to largest and second largest elements in array In this tutorial, we will discuss the  concept of Java code to  largest and second largest elements in array. In this topic, we will learn how to find the largest and second largest elements of array elements in Java programming language This program takes “n”…