Really stuck on this and its supposed to be easy.
I'm supposed to input 2 positive nonzero integers into x and y. Then return the value of x times y. The book has an example of 7 * 4 = 4 + 4 + 4 + 4 + 4 + 4. What im having trouble with is coming up with the code that prints horizontally instead of vertical.