Relative Content

Tag Archive for javareturn-valuereturn

What does it mean to return a value?

I’m fairly new to programming, and I’m confused about what it means exactly to return a value. At first, I thought it meant to output what value is being returned, but when I tried that in my own code, nothing happened.