Java Programming Tutorial – 24 – do while Loops

[ad_1]
Facebook –
GitHub –
Google+ –
LinkedIn –
reddit –
Support –
thenewboston –
Twitter –


Posted

in

by

Tags:

Comments

50 responses to “Java Programming Tutorial – 24 – do while Loops”

  1. Pritika Lahiri Avatar

    does this only work on counters?

  2. MUSia Avatar

    1:37 Someone should make a compilation of Bucky's best moments

  3. Danny Semakov Avatar

    Keep going guys! Don't stop!

  4. Manuel Gozzi Avatar

    You explained this in 3 minutes thoroughly while it would take my teacher an entire week.

  5. A Kane Avatar

    "looks an awfully lot LIKE" (not ALIKE)

  6. tooma bustani Avatar

    OMG THANK YOU SO MUCH!!!!! I ACTUALLY UNDERSTAND NOW

  7. Bryan Avatar

    for(counter = 0; counter <= 10; counter++) {
    System.out.println(counter);
    }

    for Loops > all

  8. Kenneth Milota Avatar

    I wonder why all the "while" loops aren't in consecutive order.

  9. Derek Ferracciolo Avatar

    By the way, what program is he doing with this?

  10. Yash Raj Avatar

    bracket should after args

  11. Rob Ganz Avatar

    Thanks man for the help!

  12. Everything pro Avatar

    why dosent it print 16 because there was counter++
    why does not increment the number

  13. Andie Avatar

    Thank you so much this is really helpful.

  14. Jano Privracki Avatar

    Execute the good body.

  15. Meliodas Avatar

    He teaches better than my tutor…

  16. RatedRR _Chelsea Avatar

    what are the USEFUL applications of do while compared to other loops? if anyone can help id appreciate it thanks 🙂

  17. taher dhanerawala Avatar

    Your genius! Hats off bucky.. great going

  18. Donovan Wilder Avatar

    Thanks, your are awesome very clear and concise.

  19. poopdude444 Avatar

    Can someone please explain to me the difference between a For and a While loop, i always get confused, and also how do you know which one to use?

  20. paul 1066 Avatar

    do wah loop loop, da diddy diddy, do wah loop….

  21. Gtasanandreas395 Avatar

    Good tutorial, but I fail to see the importance of this do while loop. I mean, cant we simply tell java to print counter first, without typing it in a do loop? And after that when can write a simple while loop command.

    System.out.println(counter);

    while(counter <= 10){
    System.out.println(counter);
    }

  22. Michael Posimani Avatar

    This is a great refresher. Thank you very much.

  23. iCombii adac Avatar

    I love that you're not indian

  24. Mary Jo Dela Puerta Avatar

    it seems so simple but powerful 🙂 <3

  25. ganxe Avatar

    good good good !!! thanks brother

  26. Video Dose Daily Avatar

    This is honestly the best channel I have come across to learn Java. Words cannot express how happy I am to have found these videos, and I hope you continue to make videos of this quality to teach everyone the importance of programming.

  27. Rasik Kanzariya Avatar

    u should speach clear coz this videos can be see around the world not only in america.. so thats other people also can hear clearly

  28. yes man Avatar

    can I use this with scanners? I have a scanner in the do but the while doesnt notice it it says quit cannot be resolved
    what can I do?

  29. IWantMyVisionBack Avatar

    YOU'RE THE REAL MVP MY DUDE.

    MY PROFESSORS CAN'T EXPLAIN THIS SIMPLE SHIT THIS CLEAR CUT AND FLUID.

  30. John Shaker Avatar

    thanks dude…. i'am a Computer Science student and this helps a lot for.. hope i can use this to make a PhoneKeypad Program,, can some1 help me with that tho ?

  31. GiraffeKey Avatar

    Ugh, these conventions annoy me!

  32. josh pentalin Avatar

    Dude, you are sooo awesome. I am learning so much from you. This is a dream come true because I really wanted to start coding but I didn't know how. Coding is hard, but just with some of the basics I am making multiple calculators on one program and getting more input from the user! Thanks so much! And please keep it up.

  33. ageofempires2fan Avatar

    although this seems useful, can't think of how
    can someone give me an example when you would use this code?

  34. Amers Rosina Avatar

    I HAVE LEARNED MORE IN THIS TUTORIAL  THAN MY PROF. IN SCHOOL IN COLLEGE

  35. Matthew La Casse Avatar

    Thanks for the tutorials. I like them because the are short but very precise and to the point. I learned more in this 3:12 video than I learned in an hour of doing my own research. Keep up the good work.

  36. Wolf Pup Avatar

    This looks a awfully a lot alike, a lot, alike. This looks a awfully lot…

  37. BILL WU Avatar

    is there exist a "do for loop" ?

  38. Bruno Vicente Avatar

    when I started to want to program (a year ago when I was 13) I went straight to java but it was worse then chinese to understand, so I asked my computer teacher what language I could start and she said python or pascal. so I tried pascal, then tried visual basic. one year later here I ham understanding every single concept he teaches here 😀

  39. Belindroid Productions Avatar

    Thanks Sir! You should be at our school omg T____T :)) <3

  40. greatsea Avatar

    the do while while while, the do while while

  41. Gudu Kasa Avatar

    public class DowhileLoop {

    public static void main(String[] args) {
    int counter = 0;
    do{
    System.out.println(counter);
    counter++;
    }while(counter <=10);

    }

    }

  42. SeLpHy Avatar

    Thanks, that was helpful!

  43. Games. Avatar

    like if you're < 15 
    (i am twelve)

  44. Will Browns Avatar

    Such a very helpful video. THANK YOU SO MUCH

Leave a Reply

Your email address will not be published. Required fields are marked *