Quantcast
Viewing all articles
Browse latest Browse all 26

How do I take the result of something and use it

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.


Viewing all articles
Browse latest Browse all 26

Trending Articles