C++ program to check whether a number is prime or not prime
A prime number is a whole number that is greater than one and the only factors of a prime number should be one and itself. S…
A prime number is a whole number that is greater than one and the only factors of a prime number should be one and itself. S…
Factors are the numbers you multiply together to get another number. For example, you get 2 and 3 as a factor pair of 6. If …
We know how to calculate the expression 3 x 3. This expression can be written in a shorter way using something called expone…
Five alphabets a, e, i, o and u are known as vowels. All other alphabets except these 5 alphabets are known are consonants. …
All years which are perfectly divisible by 4 are leap years except for century years (years ending with 00) which is leap ye…
You will learn about C++ program to check whether number is even or odd. Integers which are perfectly divisible by 2 are cal…
Matrix multiplication in c language: c program to multiply matrices (two dimensional array), this program multiplies two mat…