I’m trying to take the answer of my multiply code and then store it in a local variable called result public int multiply(int x, int y) { return (x*y); } is what I have so far. After testing it, I get the answers to some multiplication problems but I can’t think of how to store […]
The post How do I take the result of something and use it appeared first on BlogoSfera.