Question: Write a program that executes the multiplication of two numbers entered by the user using only addition operation. For example, if the user enters 3

Write a program that executes the multiplication of two numbers entered by the user using only addition operation. For example, if the user enters 3 and 4, the program computes the multiplication of these numbers by adding the number 4 three times (i.e., 3 + 4 = 4 + 4 + 4). Solve this problem in the most efficient way
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
