In this program, we use C++ Math.pow() function to calculate the power of the given base. C++...
Tag - C++ Examples
C++ Program to Calculate the Power of a Number Using For Loop
In this example, i’ll show you How to Calculate power of a number using a for loop in C++...
C++ Program to Calculate the Power of a Number Using While Loop
In this program, base and exponent are assigned values 3 and 4 respectively. Using the while loop...
C++ Programs Examples PDF
While learning any programming language, practicing the language with examples will help you to...
C++ Program to Find Average of Marks
Formula: Average=Obtain Marks * 100 / Total Marks will be used in this program to find Average of...
C++ Program to Convert Minutes into a number of Years and Days
Program to calculate Number of Years and Days according to given minutes. There is total 525600...
Reverse an Integer in C++
C++ program to reverse the number entered by the user, then displays the reversed number on the...
C++ Program to find Greater Number using Ternary Operator
In this program we will find greater number among two numbers using ternary operator in C++...
Write a C++ Program to Check Magic Date Enter by User
The date August 10 1980 is a Magic Date,because the month times the day equals to the last...
BMI Calculator Program in C++
The Body Mass Index (BMI) is a quick way to assess your body size simply with your weight and...