Program to find the sum / difference of two numbers
Tag
mathematical operations
To find Product / Quotient of two numbers
A C++ Program to find the product of two numbers and its quotient too.
To find sum/Difference of two matrices
A C++ Program to find the the sum and difference of two matrices.
Cprograms
To find factorial of a number
A C++ Program to find factorial of number with basic loop techniques
To find square and cube of a number
A C++ Program to find square of a number and also its Cube, using function
To find roots of a quadratic equation.
A C++ Program to find roots of a qudratic equation , using the famous root foruma
Product of numbers
A c++ Program to find the product of two numbers and store the product in another variable and output it