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…
Tag: Function
C# | Multiply two numbers using function
C# | Multiply two numbers using function In this article, we will discuss the concept of C# | Multiply two numbers using function In this post, we are going to learn how to write a program to multiply two numbers using user-defined function in C# language Code to multiplication of two numbers in C# Multiply two…
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…
Check whether a character is upper or lower case or not in C|5 ways
Check whether a character is upper or lower case or not in C In this article, we will discuss the concept of Check whether a character is upper or lower case or not in C language In this post, we are going to learn how to write a program to check whether given character is Upper…
C program: check whether given Alphabet is upper case or lower case
C program: check whether given Alphabet is upper case or lower case In this article, we will discuss the concept of C Program: check whether given Alphabet is upper or lower case In this post, we are going to learn how to write a program to check whether given Alphabet is Upper case or lower case…
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…
Printing user input(String) of an array in C language
Printing user input(String) of an array in C language In this article, we will discuss the concept of Printing user input(String) of an array in C language In this post, we are going to learn how to write a program to print array of strings (string elements in single dimensional array) in C language Code…
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 program to Find Largest of three numbers
Python program to Find Largest of three numbers In this article, we will discuss the concept of Python program to Find Largest of three numbers In this post, we are going to learn how to write a program to find largest number out of three numbers using different methods in Python program. Code to find…
Python code to calculate Electricity bill | Python example
Python code to calculate Electricity bill | Python example In this article, we will discuss the concept of Python code to calculate Electricity bill In this program, we are going to learn how to calculate electricity bill using different methods in Python language. This is done using if else if , function in Python language Program…