While Loop Java Tutorial #37

Поділитися
Вставка
  • Опубліковано 20 січ 2025

КОМЕНТАРІ • 186

  • @alexlorenlee
    @alexlorenlee  Рік тому +4

    If you’re new to programming but want a career in tech, I HIGHLY RECOMMEND applying to one of Springboard’s online coding bootcamps (use code ALEXLEE for $1,000 off): bit.ly/3HX970h

    • @Kotasirii
      @Kotasirii 10 місяців тому

      Are you sureeeeee

  • @pamudiguruge6154
    @pamudiguruge6154 4 роки тому +112

    I'm a beginner for Java so I get doubts pretty much every time. Sometimes when I listen to my lecturer and I don't get what he says, I get a headache but at the same time your videos come into my mind and my worries subside. Cause I know I can always rely on your videos. Thank you very much for the support.

  • @shadowingyou
    @shadowingyou 5 років тому +44

    I love how the outro is always thanking us for being here when we can be anywhere in the world - meanwhile I am driving so I am everywhere and still here.
    I do like the kindness, keep that up!

  • @funandusefulinfo
    @funandusefulinfo 3 роки тому +19

    Hello! I know you don't make the Java tutorials anymore, but just wanted to say thank you. They are so helpful!

  • @brunodacruz8399
    @brunodacruz8399 5 років тому +89

    I've only recently started watching this playlist on Java Basics 1. I have to say this one video Is the only difficult one yet for a beginner since It feels out of order. I'll have to watch ArrayList video and then come back to recap on those last few minutes.

    • @ahmadsalem4558
      @ahmadsalem4558 4 роки тому +8

      yes this is like the only one where honestly I was confused watching

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

      maybe this: ua-cam.com/video/8FLgge8QydI/v-deo.html

    • @TheBloodyBros
      @TheBloodyBros 4 роки тому +2

      At least I'm not the only one who thinks this is kind of confusing.

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

      I now recapped and this is nothing haha I was confused too

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

      this isnt recent thats 10 months ago

  • @adnanhowlader143
    @adnanhowlader143 5 років тому +135

    its not everyday i to get see handsome guy teaching me coding

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

    Hi, thank you for making these. Recently started learning about java and these videos are a lot of help. Summarizing a big concept in 6-8 min is a winner! Hope you will make more videos in the future about other program languages :)

  • @Preposter
    @Preposter 6 років тому +18

    Nice! Loops are pretty essential for coding, this is good to know.

  • @5starplsmihoyo288
    @5starplsmihoyo288 3 роки тому

    I'm here to learn about while loop but I'm kinda in love with your keyboard I love the sound

  • @loperamaid1121
    @loperamaid1121 4 роки тому +5

    I am now studying java because of my school, even though I can't easily understand. I will do ma best for this :)

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

    I’ve been watching all ur videos they really help. I actually learned the first course of c++ but my next class is in java and I’ve legit been watching all of this to see what’s different from c++ to java

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

      You are looking good. Learning c++ first will make things a lot easier for you.

  • @ibnantonio
    @ibnantonio 5 років тому +3

    I was looking for something like this!! Finally, ty.

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

    Hey, Alex! The video was quite informative and helpful. I get to know a lot about Java... thanks to you...

  • @Jhazxo
    @Jhazxo 6 років тому +5

    Hello, so im working on a program for my class and im having trouble with my method, specifically the looping part. So, ive done research and still couldnt find an answer so im hoping maybe you could help.
    In my method im suppose to search if the user input matches my string array, and if it doesnt match the program should keep looping until the user types in a string that matches one of the strings in the array and returns the index that corresponds to the input. I have tried multiple loops but it 1. loops on forever even if I input the correct 2. Doesnt loop at all

    • @alexlorenlee
      @alexlorenlee  6 років тому +2

      Hey Jhaz, well you're definitely on the right track using a while loop. You're gonna want to use that until the user enters a string that matches your array. So I can be more helpful for you, you can email me your code and a brief description to my email, alexlorenlee@gmail.com and I'll see what I can do to help you get it working

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

      Alex Lee thank you! Unfortunately I wasnt able to work on my program today, but ill def tmrw nd send you a email

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

    You are the best!!! I have subscribed and liked all most every video of yours!!!!!!

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

    Thank you Alex, I appreciate the explanation and then then the further introduction to other concepts that I'll be seeing in the future.

  • @aleph-not
    @aleph-not 4 роки тому +2

    Nice HHKB! I have one too, and my dream keyboard is the Norbauer Heavy Grail.

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

    straight to the point , I love it ! as a complet beguinner thanks a lot for your hard work , keep up

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

    Huhu tnx for this, I'm going to make presentation about while loops in our Java Subj. It helps me a lot🥰

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

    Just found your channel. Excellent video explaining while loops.

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

    I want to say thank you for these videos! They are super helpful :)

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

    I love ur explanation it's so easy to understand, keep up the good work 💗!!

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

    how would I create a sequence of while loops?
    for example, if i wanted the first while loop to count from 1-10, the next 10-1, would I add that all in the same class?

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

    Thanks for all these vids bro
    Really helps

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

    Hello :D
    I have a question:
    Why this line of code looks like this :
    ArrayList words = new ArrayList();
    and not like this:
    ArrayList words = new ArrayList();
    As i checked it also works, so can I use each of those alternately? :D

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

      I would like to know the answer to this too!

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

    i want to break from a while loop when the user enter specified letter how can i do it he told me could not convert string to float: 'e'

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

    i like background instrument while watching your leasons wonderfull.......😍😍😍

  • @kingtyphoon
    @kingtyphoon Місяць тому

    Very awesome and helpful video!

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

    The type ArrayList is not generic; it cannot be parameterized with arguments
    It is showing me error

  • @Sarah-jk1hk
    @Sarah-jk1hk 4 роки тому +1

    Really helpful. Thank you so much💜

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

    I wish you were my Java teacher! You are awesome!

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

    Thank you dude this helped out a lot

  • @Sky-zg8lz
    @Sky-zg8lz 4 роки тому

    You earned my respect...
    Do you have full courses?

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

    thank you, you always make things easier

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

    I didn't know Scanner scanner = new Scanner(); could have anything besides a (System.in); statement....This changes things... thanks!

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

    Why do you add a new class when you start the project?

  • @KiranKumar-kx7wi
    @KiranKumar-kx7wi 3 роки тому

    last line ❤
    thanks for the videos bro... it is very useful for me ... 2021

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

    Alex, can you have a switch statement inside a while ?

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

      Yes, you can. Do you have any examples in mind that I can try?

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

      // Create an array, it could be anythin....
      ArrayList months = new ArrayList();
      // Add elements to it.
      months.add("Jan");
      months.add("Feb");
      months.add("Mar");
      months.add("Apr");
      int index =0;
      Scanner sc = new Scanner(System.in);
      System.out.println("Enter your guess: ");
      String input = sc.nextLine();
      while (index < months.size()){
      switch (input){
      case "Jan":
      System.out.println("The month is: " + input);
      break;
      case "Feb":
      System.out.println("The month is: " + input);
      break;
      case "Mar":
      System.out.println("The month is: " + input);
      break;
      case "Apr":
      System.out.println("The month is: " + input);
      break;
      default:
      System.out.println("I don't know your guess.");
      break;
      }
      index++;
      input = sc.nextLine();
      }
      sc.close();

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

    Hello brother I have a doubt can u tell me how we can remove those commas between them
    and thank you for doing such a great job thank you so much

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

    Hi. How a while loop can end when the user press "ENTER"? Thanks.

  • @diamonx.661
    @diamonx.661 3 роки тому

    You used angle brackets when using the ArrayLists, which you didn't use in your other video where you exclusively talked about them. Is there a situation where using, for example, is crucial for the program to work?

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

    can you make an array of numbers that has negatives and positives and separate only the negative?

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

    Would you be able to do an example of do-while loop but instead of integer to terminate the program we use a string to stop the program? e.g. while(value == "stop")

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

    hey Alex I'm stuck on one while loop, Is there any way you can help me out Please

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

    hello, do you have a video where you input a number and a sentence repeats on what number you did input, if that makes sense 😅

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

      I think that's for loop?

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

      @@EasyThings_ thanks

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

    Thanks a lot,
    your explanation was really amazing and it was really helpful

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

    Hi do you have a video of where you use while, for loop, or do while where you can display the string depending on the of times given by the user?

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

    This helped me so much!!

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

    tysm ur carrying my ap comp sci grade 🙏🙏

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

    Thanks a lot brother ❤ this helps me so much!

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

    Excellent! Very helpful 🙏🏻 massive thanks

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

    god i love this channel

  • @pasaguialejandrob.4601
    @pasaguialejandrob.4601 3 роки тому

    How do you stop while loop if you're gonna input a keyword Stop or End?

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

    How do you use a system.in.read(); in a while or do while loop where it makes a random number and you have to guess a number 1-10 and if you guess the right one it stop the program but if it's incorrect it says guess again.

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

    is an instance variable a field?

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

    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();
    }
    }

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

    What app is he running that allows him to practice code?

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

    This video help me alot!

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

    what's with the old school keyboard?

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

    6 january 2022 great day an lesson,Thanks Alex

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

    I can ask you how much year after achieve you programming and ano you learn ihope you answer my question becuase I like programming but I'm newbie

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

    Would you please make a new Print video and include the functionality of Printf?
    You're my preferred go to when I need help. Thank you

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

    Can you do guessing game by using while loop?

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

    which keyboard are you using i totally dig the retro look and sounds less clicky than mine

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

    Awesome 🙌🏼

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

    This explains reincarnation, and why people feel "stuck in loops" every day. Why they feel like they cant get ahead in life.

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

    Thank you these videos are awesome. Do you have a video on adding repetition statements in a netbeans menu?

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

    for the while loop of a < 10 I wrote the exact same program but mine didnt stop at 9 like yours did, mine kept going on. Do you know why?

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

    Hi Alex, love your videos they are awesome. I was hoping you could explain this line of code:
    While(counter >0 & & counter

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

      && means "and" it adds a secon boolean

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

      while( counter is greater than 0 && AND counter is less than or equal to number){.....}
      Whatever in the () is always a boolean, meaning the complier will check if it evaluates to true or false. In the above example, you are basically asking the language each time the loop runs, "Is the counter greater than 0? AND the counter less than or equal to the number?) And that will produce either false, or true.

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

    Love the keyboard

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

    Good music! And nice video too ;)

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

    @Alex Lee what kind of key switches do you have in that keyboard? I really like the sound.

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

      I know, I was asking about the switches. Thank you, though!

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

    How do you nest while loops using if, else if, or else?

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

      Like what do you need the nested-if-else-if to do? Do you have any specific problem in mind?

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

    can i ask you what a++ mean? i think its like "oh, add one to a" but i'm not sure...

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

      a++ is equivalent to "a = a+1". This means that i every loop, the value of a increases by 1.

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

      @@advaithbala thx

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

    Thank you!

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

    How do you use this using JOptionPane and with words instead of numbers

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

      Tell me exactly what kind program you want, and I will solve it for you. Do you want to ask the user a string until the user matches a string in an array in JOptionpane.showInputMessage() method? If that is, It is easy!

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

    WoW great thank you so much 😘

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

    Hi Alex! thanks for the tutorials.. You Are The Man :)) but I have a question...
    Let's say that I'd like to create an arraylist like this ;
    String words [ ] = { } ; instead of ArrayList words = new ArrayList(); or
    ArrayList words= new ArrayList();
    but the problem is... when I want to add the words that we scan on the string that we created to the list , I get an error..
    ("Cannot invoke add(String) on the array type String[]
    ") I've tried to use Arrays.toString() method.. but I guess there is
    something that I miss.. Could you help me out?

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

    Why does a while loop crash my program? This is why I've tried to stay away from while loops

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

      Can you paste the code you expected will crash your program? maybe I can help!

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

    How do we find letters

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

      Do you mean "char" i.e 'c' or you mean "string" i.e like a name, tell me what you want to do? I love solving Java problems...

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

    I wish you are my professor for the CS class

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

    Great video as always but that was definitely confusing.

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

    Thanks a lot

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

    You're a cool dude, thank a lot!

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

    Thanks bro

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

    best tutorials

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

    mad dog! thanks so much!!!

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

    You may want to reorganize this video on the playlist. the arraylist is very out of place and I was very confused when you brought that up.

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

      @@javatutor8322 Please stop spamming other people's channel to get yourself noticed. If people want they'll watch your content.

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

    curly brace should always be on the same line

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

    i just realized, wait that's possible? then i should have use that on my assignments.
    anyways, wow great job

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

    Yo this is better then code.org

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

    Maybe it’s just me, but I find the hand cam distracting. I can see what you’re typing on the screen, I don’t need to see your hands do it. Not trying to be a hater though, programming UA-camrs like you have saved my grade many times, much respect.

  • @ma.jessicatoralde9654
    @ma.jessicatoralde9654 3 роки тому

    I always find a way how to learn programming it's hard especially I'm a beginner then I saw this video 🧐

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

    THank you, broooooooo

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

    Do - while is a post test loop

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

    you are amazing

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

    Im going to make a app for practice and hopefully it runs called "Grandpa Wars"

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

    Are you half Chinese Alex? Or half Korean ?

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

      I am half korean, half white :)

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

      @@alexlorenlee that’s cool!
      Do you have any videos that have hash set, tree set?

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

    really blurry, but thank you for doing this...

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

      Get glasses then blindy

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

    very good.....