Write a function which multiples 2 integers without using the multiply operator.
Anónimo
Write a For Loop to add first number to itself and consecutive sums for second number of times.This is because multiplication is just addition in principle when we go to elementary school math class...