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

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!