Java For Beginners: While, Do While & For Loops (7/10)

Поділитися
Вставка
  • Опубліковано 7 вер 2024
  • Want more? Explore the library at www.codecourse...
    Official site
    www.codecourse...
    Twitter
    / teamcodecourse

КОМЕНТАРІ • 210

  • @Naderade
    @Naderade 7 років тому +261

    Thank you you are so much better than my teacher

  • @jawadnoor2298
    @jawadnoor2298 4 роки тому +47

    0:18 While Loop
    5:25 for loop
    8:36 do while loop

  • @Dowggdee
    @Dowggdee 9 років тому +94

    whoa, he's good hey...... he basically covered all three loop functions within a time span of 11 minutes.

    • @cadence1108
      @cadence1108 5 років тому

      thats why he named his own channel 'code' lol

  • @yolog37
    @yolog37 5 років тому +56

    That is the most straightforward explanation I've come across so far!!! Thank you very much! Spot on!

  • @axon589
    @axon589 8 років тому +48

    Wow this is an amazing video. I had a really hard time understanding the difference between while and do while and now, because of your video, I do.

  • @Leo-jr5vk
    @Leo-jr5vk 2 роки тому

    its 2022 and i searched java loop explained
    its amazing that its still not outdated and java can still be used the same way...
    and thank you for explanation, it really makes me understand now

  • @humphreychan6382
    @humphreychan6382 6 років тому +3

    you spend just 11 mins to cover the entire 50 mins lecture and actually make me understand what's going on while my 50mins lecture rises me more question marks in my brain

  • @JoeAsaad
    @JoeAsaad 5 років тому +1

    Thanking you is not enough. For the first time, I was able to understand loops and understand what they do. You are the best.

  • @andreaaldrich4046
    @andreaaldrich4046 7 років тому +18

    I got a D on my first Java exam because I struggle with these loops (and I had a fever). I went from 98% to 84%.
    I'm feeling kind of gutted and wondering if I should quit. Watching everyone leave the room before me sucked.
    I should have watched these videos first.

  • @chuckisrailov2773
    @chuckisrailov2773 6 років тому +1

    This video helped me a lot, thanks ! Whoever struggling with understanding of while loops just watch this video

  • @dontbemadsunshine
    @dontbemadsunshine 7 років тому

    im at uni studying computer and network tech, im studying java for it and i have to say.. at first i hated it! but now ive started to learn more about it and be able to solve simple tasks, its such a great programming language!

  • @kevinandgame4932
    @kevinandgame4932 9 місяців тому

    Yeah I am gonna say the same thing as the first comment. You are a million times better than my teacher. Thank you

  • @mauromortier7808
    @mauromortier7808 4 роки тому +3

    Came for the do while loop stayed for the whole video bcs damn that’s such a good explanation!

  • @argjendsejfullai8304
    @argjendsejfullai8304 3 роки тому +5

    Beautiful explanation , man we are really glad that someone is teaching us for free , and all we can give you is a subscribe , like , comment and a thank you

  • @solarwolfgaming3293
    @solarwolfgaming3293 8 років тому +6

    Wow I'm wanting to make a text adventure game for some friends and I've only been doing java for a few weeks in class and we haven't gone over this stuff yet and know I'll know all of it for when we do. Great tutorial!

  • @elicubillo313
    @elicubillo313 Рік тому +1

    ive been confused on loops for a while now and this helped out so much. thanks

  • @basilioreyes2434
    @basilioreyes2434 3 роки тому +1

    what a helpful vid from 2014!!!! thank you i have finally solved my problem

  • @sharanpreet5559
    @sharanpreet5559 7 років тому +3

    Explained with uttermost simplicity.

  • @ulrichkruger
    @ulrichkruger 9 років тому +38

    Here is a tip! type in 'sout' and hit tab! This will give you System.out.println();

    • @publicstaticvoid1
      @publicstaticvoid1 8 років тому +1

      +Julien Dhouti yes. use netbeans, its supported by oracle. and eclipse is durst

    • @-Idonotknow
      @-Idonotknow 6 років тому +3

      For eclipse, type in sysout and press control+space. (This should work for both windows and mac, but im not sure because I use mac)

    • @seancoyle3132
      @seancoyle3132 5 років тому

      This right here!!!

    • @primalkong619
      @primalkong619 5 років тому

      its sout ctrl space

    • @iconiccalico1875
      @iconiccalico1875 4 роки тому +1

      omg thank you lmao

  • @rendesal
    @rendesal 2 роки тому

    found this good analogy on reddit:
    A bully is trying to beat you up. You execute a for loop.
    for(energy = 5; energy--; you have energy left) { try to punch him }
    That means you could punch him 5 times.
    Now you execute a while loop.
    while(bully is standing) note that this is a boolean! { punch bully; }
    [bully is standing] could be true for 1, 10, 100 whatever punches. Its probably modified somewhere outside the loop.
    A slightly more useful example :
    Say you made a game. The game loop has to either be running, or paused. Using a for loop dosent make sense.
    for(i=0; i < 10000; i++) { draw game stuff;}
    Voila, your game abruptly ends after a few seconds.
    while(running == true) { draw game stuff;}
    Now it goes on till running is set to false.
    edit : you can also guarantee whether a block is ran.
    do while(boolean) { stuff; } block may or may not run at least once.
    do{stuff} while (boolean) block guaranteed to run at least once.

  • @electric336
    @electric336 8 років тому +35

    This video helped a lot!! Thanks, dude!!

  • @regielmanaongsong144
    @regielmanaongsong144 2 роки тому

    thank you for this Sir, I do understand you more than my teacher because he only reads our module but to you you explained it well and I love the quality of your voice. Very Helpful

  • @Desiqnify
    @Desiqnify 7 років тому +19

    Very straight to the point, thank you

  • @MrDe-yz3ff
    @MrDe-yz3ff Рік тому

    Two birds by one stone
    1) learning English❤️
    2) learning java language ❤️

  • @bhavanakprasad1415
    @bhavanakprasad1415 8 років тому +9

    its jst took minutes to understand... thanks for it

  • @zaheerimad5844
    @zaheerimad5844 2 роки тому +1

    bro some next level teaching

  • @erikalmadrid4779
    @erikalmadrid4779 2 роки тому +1

    My guy, let me just say you are amazing

  • @lifewithbreion1392
    @lifewithbreion1392 7 років тому +3

    GREAT instruction...you have an easy to understand voice and you explain with detail.subscribed👍

  • @rolandlundall133
    @rolandlundall133 3 роки тому

    Thank you for your easy to understand explaination. I don't know why others don't explain things much easier.

  • @adindapujirahmawati1909
    @adindapujirahmawati1909 5 років тому +2

    This is very helpful, thank you very much. Now I get the better understanding about loop function.

  • @tylerfromoklahoma
    @tylerfromoklahoma 6 років тому

    Great video, I like that you provide examples after you make changes to the code. This helps a heap

  • @braveknight283
    @braveknight283 9 років тому

    Great work. I have a Java final tomorrow and I am using your videos to review. Thank you for the help!

  • @thetechmaster6510
    @thetechmaster6510 4 роки тому

    Nice video, summed up everything my teacher taught me for 2 weeks in 10 min

  • @psyberfunk
    @psyberfunk 3 роки тому

    This helped me so much. You explain things much much clearer than my instructors. Thank you!

  • @somosuddin5743
    @somosuddin5743 5 років тому +1

    Thank you. You made the loops very easy to understand.

  • @darkmenoxow7332
    @darkmenoxow7332 5 років тому +4

    Thanks, great video! Your explainations are easy to understand.

  • @theabhay04
    @theabhay04 8 років тому

    one of the best video .. brother u explained it in the best way ..just in 10 mins u taught me loops ..thanks brother

  • @intuitiveclass6401
    @intuitiveclass6401 2 роки тому +1

    holy shit you made that a lot simpler to understand

  • @emzzz2370
    @emzzz2370 8 місяців тому

    Great video and explanation! I had some Java basics things mixed up, but now I have them all sorted out! Thank you!

  • @divyanshswami4508
    @divyanshswami4508 7 років тому +1

    Excellent! this helped me a lot for my exam . Thank you very much.

    • @Dyar2
      @Dyar2 5 років тому

      Bhavna Swami me too

  • @lorenportilhorampinelli1283
    @lorenportilhorampinelli1283 7 місяців тому

    Thank you for such a great job! The way you explained this made perfect sense!

  • @deemuotori
    @deemuotori 5 років тому +1

    this video saved me in computer class!!! thank you very much!!!

  • @gusfalk
    @gusfalk Рік тому

    Can someone help me with this:
    Write a while-loop that prints x plus signs on the same line.
    public static void runLoop(int x){

    // complete the loop below
    while(){
    System.out.print();
    }
    }

  • @hprivij
    @hprivij 7 років тому +2

    This vedio hepled me get the knack of it..pretty clear and good.

  • @benjamintoledo5043
    @benjamintoledo5043 3 роки тому

    ive been struggling on how to read these loops thankx a lot man!!!!!

  • @Bob-wm6jn
    @Bob-wm6jn Рік тому

    0:26 While loop
    5:26 For Loop

  • @jairmartinez4903
    @jairmartinez4903 8 років тому

    Outstanding tutorial , very easy to understand the content thanks to your examples and good way of explaining the loops

  • @4nukeman2
    @4nukeman2 5 років тому +1

    Thanks, best explanation yet!

  • @jsonzgaming5212
    @jsonzgaming5212 4 роки тому

    Hello can you help me out how to use if condition like 0123456789 and the
    Output is
    123
    567
    89?
    Thank you much I really need it

  • @yt_bharat
    @yt_bharat 5 років тому

    Excellent explanation. I ve now got the concept of control statements. Thanks

  • @tomiloreosikoya
    @tomiloreosikoya Рік тому

    Thank you so much, you just simplified it for me

  • @MasterGamer-uc2ns
    @MasterGamer-uc2ns 6 років тому

    Omg I got 65/70 for my IP test omg thank youuuuu

  • @dzung8432
    @dzung8432 7 років тому

    hello! my question is if I can use loop for command live move(), turned(), turnright() in java so I can't have to repeat those code when I want to move an object. If yes then how should I put those code together. thanks.

  • @calistan5431
    @calistan5431 5 років тому

    Very well explanation, I was able to completely follow along with this vs the video on my online course. Thank you very much for this

  • @abdel-ilahabdallah2012
    @abdel-ilahabdallah2012 5 років тому +1

    Papa bless you , good soul

  • @TheWboyy
    @TheWboyy 5 років тому

    what if you want to run a menu where you ask the user to enter a choice 1-4? what should you write inside of the brackets after while(?) if I want it to run over and over again...without setting it to true?

  • @Prashant_Das
    @Prashant_Das 6 років тому +1

    Thank you
    Perfect learning video

  • @jayveeempleo3731
    @jayveeempleo3731 6 років тому +1

    Wow. Keep uploading videos and you will assure my likes

  • @RemixPicture
    @RemixPicture 10 років тому

    The final code:
    package tutorials;
    public class Main {
    public static void main(String[] args) {
    int a = 10;
    do {
    System.out.println("Hello world!");
    a++;
    } while (a < 10);
    // for (a = 0; a < 100; a += 2) {
    // System.out.println(a);
    // }
    // while(a < 100){
    // System.out.println(a);
    // a++;
    // }
    // System.out.println("Loop finished.");
    }
    }

  • @blenderremastered9959
    @blenderremastered9959 5 років тому

    i dont get the concept
    while(ture){
    Console.WriteLine(Hello);
    }
    What the expression you are checking for the true to be validated.

  • @IndianSniper25
    @IndianSniper25 Рік тому

    Thank you for the simple explanation.

  • @SecureOpsWizard
    @SecureOpsWizard 7 років тому +1

    Thank you Sir! Couldn't get any simpler.

  • @Broadway1982
    @Broadway1982 7 років тому

    awesome!! Best break down on how loops work... Thanks!

  • @rainmomo3971
    @rainmomo3971 7 років тому +1

    Thank you for sharing !! excellent ! could u please explain if use boolean to control the loop ?

  • @kirbthwomper219
    @kirbthwomper219 Рік тому

    Thank-you for explaining this in an easy to understand and concise manner! Will be checking out your other videos and subbing

  • @kaustubhgupta4619
    @kaustubhgupta4619 6 років тому

    Thanks a lot !!!!!!! if it weren't for you I would have flunked my java test

  • @thauhirbenjamin3648
    @thauhirbenjamin3648 4 роки тому

    Such an amazing video. Explanation was nice, simple and easy to understand

  • @lunarskyye2680
    @lunarskyye2680 7 років тому

    Quick & to the point. Thanks a million bro.

  • @dianabookmadness
    @dianabookmadness 2 роки тому +1

    Fantastic. thank you

  • @vacademata
    @vacademata 8 років тому

    if my int a = 1 ...how can I fiind out witch numbers can be divided by 2 ? ...like in your exemple when
    for (int a = 1; a < 100; a++) ...

    • @hamadler
      @hamadler 8 років тому

      The numbers that can be divided by 2 are called even numbers
      say u have a number in a variable called aVar, for that number to be even aVar%2 has to equal 0 , in other words if (aVar%2==0); that number can be divided by 2 and hence is an even number, Hope this helped

    • @vacademata
      @vacademata 8 років тому

      It makes sens now...thank you

  • @sandisiwencube2909
    @sandisiwencube2909 3 роки тому

    Thank you so much!
    Your explanation was straight forward and easy to follow.

  • @garrettpoist3191
    @garrettpoist3191 8 років тому +1

    Thanks, helped me out a lot.

  • @Desiqnify
    @Desiqnify 7 років тому

    Hi i was wondering is it possible to have multiple condition within a for loop? I've tried using the && symbol to have 2 statements but i get an error

  • @dabbagh6734
    @dabbagh6734 5 років тому +14

    Who else wrote a

  • @abedinist
    @abedinist 6 років тому

    Can somebody give me advice on how to learn Java? Is the best way to follow online projects though UA-cam videos? Following online course? I know someone is going to say to create small projects but what projects would you recommend?

  • @songming2462
    @songming2462 7 років тому

    Thank you very much. You explain everything that i couldn't understand hahaha you have my gratitude

  • @joeljacob4000
    @joeljacob4000 6 років тому +1

    Thank you this has helped me a lot

  • @18biohazard
    @18biohazard 3 роки тому +1

    Very helpful thank you!!!😭

  • @daisyrani6021
    @daisyrani6021 5 років тому

    Thanks very useful for my exams.

  • @evilevan9687
    @evilevan9687 11 місяців тому

    Welcome to the sick video!

  • @misbahelmiroj8896
    @misbahelmiroj8896 7 років тому +1

    The display in my netbeans is not the same as the one shown on your video, can I start my source code from a different line with your video view?

  • @yasminhusain3810
    @yasminhusain3810 6 років тому

    u r really good, thanks. fast and clear please make more videos

  • @mohammedabahussain4562
    @mohammedabahussain4562 8 років тому

    thank you very much, man. you have saved me.

  • @khalilabdelkarim9058
    @khalilabdelkarim9058 2 роки тому

    Well explained, Thank you!

  • @manuelvillegas9171
    @manuelvillegas9171 5 років тому

    Amazing. Straight to the point!

  • @ohmyboytroy
    @ohmyboytroy 4 роки тому

    How can I find a sum of the numbers that were input on to the screen while using a loop

  • @jeremyabogado9569
    @jeremyabogado9569 4 роки тому

    thank you for this video. it's very cleared and detailed .

  • @aldoorozco2047
    @aldoorozco2047 5 років тому +1

    great! thanks for your help!

  • @lawandadib1438
    @lawandadib1438 4 роки тому

    thank you, you were very helpful

  • @Jad4life
    @Jad4life 2 роки тому

    great explanation mate!! keep up the good work

  • @estevanwhite7593
    @estevanwhite7593 4 роки тому

    Super helpful my guy. Keep it up 👍🏽

  • @kuyaj7469
    @kuyaj7469 3 роки тому

    how about starting negative?

  • @nyamzorignyamzo6754
    @nyamzorignyamzo6754 5 років тому

    Thank You
    I was stupid before watching this video

  • @rimaborah5347
    @rimaborah5347 5 років тому

    But what are increment decrement statements

  • @davidelijahsackitey6193
    @davidelijahsackitey6193 4 роки тому

    Please I need more loops and how to use the in a program

  • @funnnystuff21
    @funnnystuff21 5 років тому

    Very helpful video!

  • @akshanshgupta614
    @akshanshgupta614 6 років тому

    thanks helped me a lot loved this video

  • @MHF-go9sd
    @MHF-go9sd 2 роки тому

    Consice and usefull, thank you

  • @imaginartist2139
    @imaginartist2139 3 роки тому

    You think while() is a construstor?

  • @nayahejazi7668
    @nayahejazi7668 3 роки тому

    Thank you! very helpful and clear to understand :)