Return Statements | Java | Tutorial 14

  Рет қаралды 72,260

Giraffe Academy

Giraffe Academy

Күн бұрын

Пікірлер: 44
@sandman1058
@sandman1058 6 жыл бұрын
Thanks man! KZbin is my college professor
@ADiTHi-ib6wx
@ADiTHi-ib6wx 4 ай бұрын
College?😭 tis is so unfair am a 9th indian student learning java from 1 yr. 😭👍
@shaboobis9283
@shaboobis9283 4 жыл бұрын
There are so many awesome Java guys on KZbin and I've watched 3 videos from them on return statements that still left me confused about some things... This is so concise my man. I finally get it!
@muharemkeskin7185
@muharemkeskin7185 6 жыл бұрын
I like your videos because you start them with a new example and go straight to the point. Thanks a lot!!!
@virusehwag9562
@virusehwag9562 5 жыл бұрын
Wow! Big fan of your teaching style from India 🤩🤩
@JOHNGABRIELQUE
@JOHNGABRIELQUE Жыл бұрын
My man, thanks for the demonstration. The way you explained it is extremely concise yet really easy to understand. Thanks a lot! Helped me out in understanding how it works.
@yaserhabibi9038
@yaserhabibi9038 5 жыл бұрын
phenomenal!!! You covered everything i needed to know. Short and concise. Well done!
@echpochmuk7743
@echpochmuk7743 Жыл бұрын
ЯК ВІН ЗРОЗУМІЛО ПОЯСНЮЄ Величезне дякую за туторіал, фантастика
@jeffubeku6143
@jeffubeku6143 4 жыл бұрын
One Big question! Anyone, including Mike’s prompt response will truly be appreciated ! What is the application of a return statement in real life? That is what purpose does it serve when the statement is returned? I’m passionate about learning code and a newbie. I’m just stuck with understanding what to do or how to further apply the result of the retuned statement! Please, kindly help with a response and break it down to be relatable to real life problem solving. I’m sorry for embarrassing myself but your kind response will reassure my confidence! Thank you in advance
@Swiftstorm86
@Swiftstorm86 4 жыл бұрын
Hey Jeff! I just graduated with a degree in Computer Science, so hopefully I can help a little bit. To keep things relatively brief, one of the main reason to use a return statement could be if one method is used to provide a value to another. Take for example, a method that squares a number. Let's call it: SquareNum(int num){ numSquared = num * num; return numSquared; } That's all well and good, but what can we use this for? Well, let's say that you want to input a number, and the program will store it for use later. What that means is we can do the following: int number = SquareNum(5); This means that the value of 'number' will be 25, as SquareNum(5) will "return" the value of 25 (5 * 5), back. This value is then assigned to 'number', stored for you to use later! This idea is used a lot, and it's a great thing to practice. It helps keep your code clean and compartmentalized!
@jeffubeku6143
@jeffubeku6143 4 жыл бұрын
swiftstorm86 thank you so much for taking the time and patience to help me grasp a better understanding of what the use is for. However I’ve been doing lots of research online and on KZbin and getting clarity. I will use much of your help going forward. Thanks a million
@ishi176
@ishi176 2 жыл бұрын
Hi Mike! You have no idea how much you've helped me with so many of your tutorials. Thank you so much and I wish you all the best. May you meet all your life goals!
@mugdhashrivastava
@mugdhashrivastava 2 жыл бұрын
this is the best video on yt ....i was so confused on how to use return......but thank you so much
@marksummers463
@marksummers463 2 жыл бұрын
AT LAST!!! A video that explains things in layman's terms. Maybe put some arrows to show exactly how the data moves. Does the "int" inside the. () in the method header have to be changed to String.too when we are using a.String?
@IAmPantsu
@IAmPantsu 4 жыл бұрын
i still don't know when to use return statements T_T
@christianmercado151
@christianmercado151 6 жыл бұрын
Just a solid video, everything i wasn't sure on was covered.
@gabriellelaw6446
@gabriellelaw6446 Жыл бұрын
you made this really simple for me to understand thank you!!
@mackensonreginaldmichel399
@mackensonreginaldmichel399 4 жыл бұрын
Hello,thanks for this nice tut. But I still have a problem with "return". What difference that makes? Why should I use "return". In more details, if possible please. Thanks. Nice tutorial.
@yolandagrijalva6438
@yolandagrijalva6438 3 жыл бұрын
Thank you, i'm taking a coding class and was confused on how returns work but this has helped tremendously
@amartalohana4544
@amartalohana4544 Жыл бұрын
same confused with return values
@MichaelMooregrownman
@MichaelMooregrownman 6 жыл бұрын
Great tutorial keep up the good work! It really clarified the return statement for me. Thanks
@DevJunior2024
@DevJunior2024 2 жыл бұрын
Thank you so much Mike Dane! Thanks a lot....
@mrk.8448
@mrk.8448 Жыл бұрын
so easy to understand thank you
@thedude4611
@thedude4611 3 жыл бұрын
Big thanks from Morocco 👌
@gersonjrgborfu
@gersonjrgborfu 3 жыл бұрын
thank man!! you explain thing so well !!! please never give up !!
@stevenmiller8873
@stevenmiller8873 4 жыл бұрын
Great way to explain return
@kaipo705
@kaipo705 8 ай бұрын
I’m studying in Java and I could never understand the return. Thanks for making it clear.
@radhikadas9030
@radhikadas9030 5 жыл бұрын
Thank you sir...u solved my doubts
@felimn2
@felimn2 5 жыл бұрын
do you have any recommendations for audio files to help reinforce/review information for when I can't sit in front of a computer? Like for jogging, biking, etc.
@EuroUser1
@EuroUser1 5 жыл бұрын
I just listen to the same videos again and try to recall what was on the screen. I don't think you can get anything better than that, since programming requires a lot of visual attention. There's no way an audio explanation can effectively compensate for the lack of such attention. PS: I listen to the videos while doing housework. Riding a bike with your mind absorbed in a programming lecture may be too dangerous.
@jibranahmad8518
@jibranahmad8518 5 жыл бұрын
Thank you Mike. Your video is definitely helpful!
@stevenshrii
@stevenshrii Жыл бұрын
Return (String) (numberToCube *numberToCube * numberToCube)
@RealNaps
@RealNaps 6 жыл бұрын
Bestest
@ThusharaLakmal-f9m
@ThusharaLakmal-f9m Жыл бұрын
from this video i learnt half of oop
@MimsBlue
@MimsBlue 4 жыл бұрын
This was helpful, thanks!
@karththikeyankamalakkannan9156
@karththikeyankamalakkannan9156 4 жыл бұрын
Thank you bro, I got my solution.
@josett7759
@josett7759 2 жыл бұрын
But how do you pass to other method
@bluesp6267
@bluesp6267 4 жыл бұрын
Thankssss!! Lit video😍👍
@marti3231
@marti3231 3 жыл бұрын
this is java 8, right?
@firemonkey1015
@firemonkey1015 Жыл бұрын
Here after absolutely bombing my cs test…
@krischordz4335
@krischordz4335 4 жыл бұрын
Bro I didnt know that Justin timberlake also codes
@cockman420
@cockman420 4 жыл бұрын
haha funny!
@Antigashlighting
@Antigashlighting Жыл бұрын
2.09
@paulmelnyk6897
@paulmelnyk6897 10 ай бұрын
I am so glad I found it !!!!!! amazing 🥲
If Statements | Java | Tutorial 15
12:50
Giraffe Academy
Рет қаралды 30 М.
Return Statement in Java #27
14:38
Alex Lee
Рет қаралды 282 М.
coco在求救? #小丑 #天使 #shorts
00:29
好人小丑
Рет қаралды 65 МЛН
Lamborghini vs Smoke 😱
00:38
Topper Guild
Рет қаралды 39 МЛН
УДИВИЛ ВСЕХ СВОИМ УХОДОМ!😳 #shorts
00:49
Java methods 📞
11:05
Bro Code
Рет қаралды 150 М.
#24 Methods in Java
11:30
Telusko
Рет қаралды 261 М.
Learn JSON in 10 Minutes
12:00
Web Dev Simplified
Рет қаралды 3,2 МЛН
5 Signs of an Inexperienced Self-Taught Developer (and how to fix)
8:40
2 Years of C++ Programming
8:20
Zyger
Рет қаралды 11 М.
Methods with Return Type in Java | Java Tutorial For Beginners | Methods with Return Values
16:12
Krishna Sakinala (Automation Testing)
Рет қаралды 10 М.
Learn Java in 14 Minutes (seriously)
14:00
Alex Lee
Рет қаралды 4,9 МЛН
Java Constructors - Full Tutorial
7:38
Coding with John
Рет қаралды 396 М.
Generics In Java - Full Simple Tutorial
17:34
Coding with John
Рет қаралды 1,1 МЛН
Learn Java in 15 Minutes (seriously)
19:50
ForrestKnight
Рет қаралды 129 М.
coco在求救? #小丑 #天使 #shorts
00:29
好人小丑
Рет қаралды 65 МЛН