Frage im Vorstellungsgespräch bei Kroger

Write a function that multiplies two numbers without using the multiplication operator.

Antwort im Vorstellungsgespräch

Anonym

21. Nov. 2024

Used JS to write the function, using a for loop to simply add one of the number to itself whatever number of times the other number was.