Homework Statement
I need to create a program that will prompt for two integers, echo those integers, and then multiply them without using the multiplication operation and report the result.
Homework Equations
The following is what I have so far. The prompts and echoes work, however I do...