wanted to thank you for making these videos... wish it was higher quality though. I have a final in a few days- this really helped with hw that was assigned... Thanks alot
@jad0521 It's just because he wrote while(true), which means a never-ending loop. If you wanna change it, you can create a condition which checks the user's input, if the user wants to add another name or wants to quit adding names.
Alternatively, you can press Ctrl+C in Windows or Ctrl+Z in Linux to stop the program, of course the first method is what a good programmer should use.
hi, your while loop does not allow the user to stop the program. what should the user type after entering the last name? (is something like a sentinel value will do it? )
wanted to thank you for making these videos... wish it was higher quality though. I have a final in a few days- this really helped with hw that was assigned... Thanks alot
acc105103 10 months ago
Great Tutorial for Beginners. Thanx John.
raathigesh92 1 year ago
Pretty good job explaining. It'd really be helpful if the quality of your video was better. Thanks!
Valor85 1 year ago
@jad0521 It's just because he wrote while(true), which means a never-ending loop. If you wanna change it, you can create a condition which checks the user's input, if the user wants to add another name or wants to quit adding names.
Alternatively, you can press Ctrl+C in Windows or Ctrl+Z in Linux to stop the program, of course the first method is what a good programmer should use.
mediantiba 1 year ago
hi, your while loop does not allow the user to stop the program. what should the user type after entering the last name? (is something like a sentinel value will do it? )
jad0521 1 year ago
I got clear understanding of Binary Tree with this video.
Thanks John
capitalkarachi 2 years ago
Great tutorial JohnsJava Thanks
MiguelJahTheKid 3 years ago