C++ program
Reference: while loop, if....else, for loop, the % operator
MARTIAN BOOLEAN MULTIPLICATION OBJECTIVE: To compute the productof two integers using the Martian method of multiplication.
INPUT: 5 pairs of positive integers to be multiplied. To be readin one pair at a time. USE A FOR LOOP TO CONTROL THE READING OF THEINPUT
OUTPUT: Submit the following: The psuedocode or notes on how youwill attack the problem Hand in the complete C++ program, properlycommented Copy and paste your output screen to the bottom of yourprogram The input numbers along with the answer (product) in aformat of your choosing.
Your name must appear as the last line of output.
TEST CASES: Your program should yield the correct product forthe following values. 75 40 15 999 1 1 0 0