I Am Being Asked To Write A Program Using C++ That Would Do The Following Multiplication Using Addition With The Use Of Strings 89542*321can I Please Get Some Clues On How To Do It .we Were Given That 5*3=5+5+5 Or 3+3+3+3+3
Using Strings
Collapse
X
-
-
Originally posted by whodgsonUse a for loop with the small integer as the condition. ie i<351;
In the body of loop k+=k;//where k=bignumber
Not sure what you mean about strings.Comment
Comment