Browsing tag

User defined function

PHP function to check whether a number is prime or not

PHP function to check whether a number is prime or not In this tutorial, we will discuss the concept of the PHP function to check whether a number is prime or not In this post, we are going to learn how to check whether a number is prime or not, using a user-defined function in…

PHP program to divide two numbers using function

PHP program to divide two numbers using function In this tutorial, we will discuss the concept of  PHP program to divide two numbers using function In this topic, we are going to learn how  to write a program to division of two numbers using user-defined function in  PHP programming language Calculate division of two numbers…

Function to multiply two numbers in PHP

Function to multiply two numbers in PHP In this tutorial, we will discuss the concept of  Function to multiply two numbers in PHP In this topic, we are going to learn how  to write a program to multiplication of two numbers using user-defined function in  PHP programming language Find multiplication of two numbers Find multiplication…

Function to subtract two numbers in PHP

Function to subtract two numbers in PHP In this tutorial, we will discuss the concept of Function to subtract two numbers in PHP In this topic, we are going to learn how  to write a program to subtract two numbers using user-defined function in  PHP programming language Find Difference of two numbers Find difference of…

PHP program to Addition of Two Numbers using function – PHP program

PHP program to Addition of Two Numbers using function – PHP program In this tutorial, we will discuss the concept of PHP program to Addition of Two Numbers using function – PHP program In this topic, we are going to learn how  to write a program to add two numbers using user-defined function in  PHP…

C# program: multiply two floating-point numbers using function

C# program: multiply two floating-point numbers using function In this tutorial, we will discuss the concept of C# program: multiply two floating-point numbers using function In this topic, we are going to learn how to write a program for multiplying two floating-point numbers using user-defined function in C# programming language   Multiplication of two numbers in…

Function to calculate the sum of two numbers in C#

Function to calculate the sum of two numbers in C# In this tutorial, we will discuss the Function to calculate the sum of two numbers in C# In this topic, we are going to learn how  to write a program to add two numbers using function in C# programming language Function to calculate the sum…

Python Program to find quotient and remainder using function

Python Program to find quotient and remainder using function In this tutorial, we will discuss the concept of Python Program to find quotient and remainder using function of two numbers When the one number divided by another In this topic, we are going to learn how to calculate quotient and remainder of two numbers using function…

Python program to divide two numbers using recursion

Python program to divide two numbers using recursion In this tutorial, we will discuss the concept of Python program to divide two numbers using recursion In this topic, we are going to learn how to divide two numbers using the recursive function in Python language What is division The division is a method of splitting…

C program to divide two numbers using recursion

C program to divide two numbers using recursion In this tutorial, we will discuss the concept of C program to divide two numbers using recursion In this topic, we are going to learn how to divide two numbers using the recursive function in C programming language What is division The division is a method of…