Question: write a C++ code to multiply 2 numbers without the use of multiplication. don't forget the code must work with: 1) a x 0 =
write a C++ code to multiply 2 numbers without the use of multiplication. don't forget the code must work with:
1) a x 0 = 0
2) 0 x b = 0
3) (-a) x (b) = (-c)
4) (a) x (-b) = (-c)
5) (-a) x (-b) = c
Thanks
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
