4.5 Compute x * y without arithmetical operators

#1

The problem says operators we are limited to include “equality checks and Boolean combinations thereof”.

What’s meant by “Boolean combinations thereof”? Is it simply !=, !==? Or is it saying x == y && n != m || ... etc.?

1 Like