Skip to content

PRO TIP Block youtube.com at the DNS level — Pi-hole, NextDNS or your hosts file — but allow youtube-nocookie.com and i.ytimg.com. These tutorials keep playing; the rabbit hole does not.

Learning without distractions

Return Statement in Java #27

304.6K views on YouTube

$1,500 OFF ANY Springboard Tech Bootcamps with my code ALEXLEE1500. See if you qualify for the JOB GUARANTEE! 👉 https://bit.ly/3HX970h

The return statement in java helps you send a value from the result of your method!

👑Start practicing now with 10 free java programs – http://alexlorenlee.com/
🌅 Source Code – https://github.com/alexlorenlee/JavaTutorialCode/blob/master/Methods/ReturnStatement.java

Here’s an example of a return statement in java:

public static int add(int a, int b) {
return a + b;
}

“int” on the first line is the type of what is returned. “a + b” is what’s returned when the method is called. Like add(5, 4);
re
This java return statement in java can be tricky at first… But SURELY you’ll get it 🙂 If you followed along, congrats! You learned-by-doing!

I hope you enjoyed this tutorial on the return statement in java! I like to have a nice mix of tutorials and actual projects for you all 🙂

Do you want to learn how to write java code from scratch, in Java? Check out my Java Tutorial For Beginners: https://youtu.be/woJb2hAfkO0

Was this able to help you write return statements in your methods? –

Full Java Tutorial For Beginners Playlist: https://youtube.com/playlist?list=PL59LTecnGM1NRUyune3SxzZlYpZezK-oQ&si=6OSbyiJxFsTjqL_9
Free Tips: https://bit.ly/3U6HXcb

Disclosure: The Springboard link provided is linked to my affiliate account & supports the channel.

~

Alex Lee