Posts by rbrodrigues • 27 points
1 post
-
1
votes3
answers2177
viewsQ: Difference between a return and no return method
What is the difference between a method with return and another without return? Since a method with no return could be just the sum of two numbers, I still have the result of this sum.