Function to divide two numbers:PHP program In this article, we will discuss the concept of Function to divide two numbers In this post, we are going to learn how to write a program to find division of two numbers using function in PHP language Code to find division of two numbers in PHP Division of…
Category: Function
Sum of two floating point numbers using function in c#
Sum of two floating point numbers using function in c# In this article, we will discuss the concept of sum of two floating point numbers using function in c# In this post, we are going to learn how to write a program to add two numbers using user defined function in C# language Code to…
Different ways to Add two numbers in C#-Example program
Different ways to Add two numbers in C#-Example program In this article, we will discuss the concept of Different ways to Add two numbers in C#-Example program In this post, we are going to learn how to write a program to add two numbers in different ways in C# language Code to ways to Add…
Get String array input from user and print it in C
Get String array input from user and print it in C In this article, we will discuss the concept of Get String array input from user and print it in C In this post, we are going to learn how to write a program to get and print array of strings (string elements in single…
Getting user input(String) of an array in C language
Getting user input (String) of an array in C language In this article, we will discuss the concept of Getting user input(String) of an array in C language In this post, we are going to learn how to write a program to take array of strings (string elements in single dimensional array) in C language…
Python code to find middle numbers out of three
Python code to find middle numbers out of three numbers In this article, we will discuss the concept of Python code to find middle numbers out of three numbers In this post, we are going to learn how to write a program to find middle number out of three numbers using different methods in Python…
Sum of natural numbers 1 to n in C++ language|5 ways
Sum of natural numbers 1 to n in C++ language|5 ways In this tutorial, we will discuss the concept of C++ program to the sum of Natural number from 1 to n – (n is entered number) In this post, we are going to learn how to find the sum of natural numbers of C++…
Java program to Sum of natural numbers 1 to n |5 ways
Java program to Sum of natural numbers 1 to n| in 5 ways In this tutorial, we will discuss the Java program to the sum of Natural number from 1 to n In this post, we are going to learn how to find the sum of natural numbers in Java language in different 5 ways…
C program to find factorial of a number|in 7 ways
C program to find factorial of a number|in 7 ways In this tutorial, we will discuss the C program to find factorial of a number|in 7 ways In this post, we are going to learn how to find the factorial of a number or the given number in C language What is the factorial of…
Java program to display natural numbers from 1 to n – in 5 ways
Java program to display natural numbers from 1 to n In this tutorial, we will discuss the Java program to display natural numbers from 1 to n through different 5 ways In this post, we are going to learn how to print natural number from 1 to entered number in different 5 ways Program 1…