Pregunta de entrevista de Nagarro

How to multiply two number without using * operator?

Respuesta de la entrevista

Anónimo

5 nov 2022

Add first number with itself by 2nd no. Times Ex-5*4 can be solve as 5+5+5+5(4 times)

1