![]() |
a c++ program that multiply two integers without using multiply operator.
Please Help
|
Re: a c++ program that multiply two integers without using multiply operator.
How far have you got and where are you stuck? Do you know how to multiply without using a multiply? (Hint: What is 10^(log a + log b), using log base 10)
|
Re: a c++ program that multiply two integers without using multiply operator.
try this:-
Code:
# include<iostream.h> |
| All times are GMT +5.5. The time now is 09:19. |