You don't need an array for that. Just do the multiplication, for example:
result = factor1 * factor2;
Or:
result = 5 * 8;
write a programto enter five numbers through keyboard and find average of then using array.
product of 3 x 15
To write a C++ program to display the student details using class and array of object.
The product of two numbers is the resulting number when they are multiplied together. As there is an infinite amount of numbers it would be impossible to write out the result of the product of all pairs of numbers
write a function which computes product of all the number in a given range(from lower limit to upper limit) and returns the answer
write an assembly language program to find sum of N numbers
2x2x2x3
2x2x3x5
2x2x3x3x3
maxValue = function (array) {mxm = array[0];for (i=0; i<array.length; i++) {if (array[i]>mxm) {mxm = array[i];}}return mxm;}; i don't know
intgetLargest(int array[], const int asize) {int largest = array[0];int i;for (i = 1; i < asize; ++i) {if (largest < array[i])largest = array[i];}return largest;}
How to write a program for mouse in microprocessor?