Nagarro interview question

How to multiply two number without using * operator?

Interview Answer

Anonymous

Nov 5, 2022

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

1