Definition: Standard deviation is the measure of dispersion of a set of data from its mean. It measures the absolute var…
A palindromic number or numeral palindrome is a number that remains the same when its digits are reversed. Like 16461, fo…
Calculate Difference Between Two Time Periods. In this program, user is asked to enter two time periods and these two pe…
Definition:- The arithmetic mean, also called the average or average value, is the quantity obtained by summing two or…
The factorial, symbolized by an exclamation mark (!), is a quantity defined for all integer s greater than or equal to 0.…
The mean is the average of the numbers. It is easy to calculate: add up all the numbers, then divide by how many num…
For a quadratic equation ax 2 +bx+c = 0 (where a, b and c are coefficients), it's roots is given by following the …
Program:- #include<iostream.h> #include<conio.h> #include<stdio.h> void findlength() { char str…
A positive integer is called an Armstrong number if the sum of cubes of individual digit is equal to that number itself. …
Definition:- The smallest positive number that is a multiple of two or more numbers. Example: the Least Common Multipl…
Definition:- Vowel:- A speech sound which is produced by comparatively open configuration of the vocal tract, with vi…
Definition:- Reversing the number means changing the places of the digits, like if the number is 3456 then the output wi…
Definition:- All years which are perfectly divisible by 4 are leap years except for century years (years ending with 00…
Calculate Grade of Student in C++ To calculate grade of a student on the basis of his total marks in C++ Programming, …
Check Prime or Not in C++ To check whether the number is a prime number or not a prime number in C++ programming, you …
Definition:- A calculator is a device that performs arithmetic operations on numbers. The simplest calculators can do onl…
Definition:- In computer programming, the act of swapping two variables refers to mutually exchanging the values of the v…
Program:- #include<iostream.h> #include<conio.h> void main() { clrscr(); int n; cout<<&q…
Program:- #include<iostream.h> #include<conio.h> void main() { clrscr(); int n; cout<<…
Program:- #include<iostream.h> #include<conio.h> void main() { clrscr(); int n; cout<<…
Social Plugin