Return Statement in Java #27

Опубликовано: 15 Октябрь 2024
на канале: Alex Lee
278,324
8.7k

$1,000 OFF ANY Springboard Tech Bootcamps with my code ALEXLEE. 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/JavaT...

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:    • Coding For Beginners In Python  

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

Full Java Tutorial For Beginners Playlist:    • Full Java Course by Alex Lee  
Free Tips: https://bit.ly/3U6HXcb

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

~

Alex Lee