This channel is the best thing to happen to my GPA since Chegg
@pastel12133 жыл бұрын
This is incredible bro, can't believe that not a lot of people watch this. That is the way to teach people! Keep it up! Love your videos
@MariaZarinaKay3 ай бұрын
Yeah!!!!!!!!!!!!!!!!!!!!!!!
@JuliHoffman2 жыл бұрын
That broke down the WHY of scanners for me, rather than "because that's just the way it is." Thank you!
@meng-junglee90713 жыл бұрын
Bro you have no idea how long it took me to wonder why I couldn't enter any input with the nextLine after nextInt. You are awesome!!
@BroCodez4 жыл бұрын
// It's good practice to close your scanner when you are done using it. scanner.close(); // I forgot to. So I didn't import java.util.Scanner; public class Main { public static void main(String[] args) { Scanner scanner = new Scanner(System.in); System.out.println("What is your name? "); String name = scanner.nextLine(); System.out.println("How old are you? "); int age = scanner.nextInt(); scanner.nextLine(); System.out.println("What is your favorite food?"); String food = scanner.nextLine(); System.out.println("Hello "+name); System.out.println("You are "+age+" years old"); System.out.println("You like "+food); scanner.close(); } }
@nairaac4 жыл бұрын
thanks for giving it in the comments! also mine kept on saying error on the first line.
@CS_CHILD Жыл бұрын
Umm....I'm having a problem here please It says error..system cannot be resolved to a variable
@1jokerpro7803 жыл бұрын
for strings , when using scanner , its better to use .next(); instead of .nextLine(); to avoid that error , that worked for me at least . and i have to say , great video , thanks for the efforts . this is by far the most beginner friendly , right to the point , including tricks and errors tutorial. i sincerely thank you bro hahahaha
@stephaniehernandez36413 жыл бұрын
Thank you!!! I took a note of this :)
@paia64472 жыл бұрын
Next() keyword won't be able to print the whole text, for like name and tittle at the same time
@ayansiddiqui73832 жыл бұрын
Thanks , it helped a lot
@cubebrick70192 жыл бұрын
helped me thanks
@sairos40572 жыл бұрын
If you use ".next();" instead of ".nextLine();", It will be not possible to type more than one word Example: Joker - works fine Joker pro - error
@Elvin-ne6qq Жыл бұрын
I just discovered your channel, your way of explaining things without too much fuss and in an easy way is amazing, greetings from Honduras and thanks a lot👻.
@cristalpineda41783 жыл бұрын
May God bless you, its has been hard since I started college. Now I can Understand better!!!
@deepthakur14916 Жыл бұрын
Using this series alongside with my uni course , love u bro 👊
@sarthak3401 Жыл бұрын
Just started this course...super excited to finish it ❤😊
@kubapawowski70355 ай бұрын
This tutorial is fantastic! The explanations are clear and concise, making it easy to follow along. I've been struggling with understanding [specific programming concept], but your examples really helped clarify things. Thank you for breaking down complex topics into manageable steps. Looking forward to more videos like this!
@pavelkvasnicka6856 Жыл бұрын
This is the best Java tutorial for beginners, so you can learn Java and English in one hit. Please keep going! I vote for Java advance tutorial. Thanks a lot Bro
@TewodrosGetnet-ut6kmАй бұрын
Bro you use 1% of your knowledge and 99% of your talent to lecture. In one or other way you are the bestest one
@ratnaverma2661 Жыл бұрын
Hey Bro! I am from India and only your tutorials helped me learn programming even my main language didn't help, Thanks a lot, I am a kid btw
@BahaaMaleb9 ай бұрын
if this guy isn't the best teacher in the world idk who is LOVE YOU BRO
@doronfeldman515211 ай бұрын
You are the best programming channel!
@danrobinlibunao44753 жыл бұрын
eyyy new bro here, I had been dealing with a lot of difficulties on understanding Java and thanks to you it gave me a on point lesson to different difficulties. Keep it up bro I know that you can help more beginner like me.
@mailiesathare2 жыл бұрын
I like how you tackled the newline character stuck in the buffer integrated concept (I would still call it an error). I was taught that the buffer needed to be cleared, and I still do not know how to visualize a buffer.
@joe-o6z1g Жыл бұрын
For the first time my code executes without error!! # Thank you so much sir, I love your pattern of writing codes so simple ...
@zxnnightstalker22894 жыл бұрын
I hope you will get more than 1M views each time you uploaded a new video after one day, in the future.
@unalysuf2 жыл бұрын
Your explanations and examples is very clean and easy to learn. Thank you so much for your effort
@anamika_deb3 жыл бұрын
Finally, get this tutorial that explained this error clearly
@LincyMcGabby10 ай бұрын
You made it so simple & super easy to understand. Thank you
@DANNZIU-kv2sc5 ай бұрын
Dude your tutorials are the best
@PaulLein-t9m Жыл бұрын
Great explanation of the mysterious behavior of the Scanner class.
@soapeated3 ай бұрын
You are a life saver THANK YOU
@UnknownPerson-t7p10 ай бұрын
Man! You saved my java project! Thank you!
@muzzammilsabuwala23982 жыл бұрын
Bro really you made it so easy for me Thanks a lot for that bro Whenever I get stuck I come to your channel and as always I return with a great happy feeling and also with understanding the concept ❤❤❤❤❤❤❤❤❤❤❤❤❤❤
@bobfarker40012 жыл бұрын
The shia Labeouf "Just do it" icon made me subscribe. Thanks bro
@ajaydalvi1378 Жыл бұрын
Thanks, Bro!! /n explanation was what I was looking for throughout the youtube
@JustNeutral14.6 ай бұрын
Great tutorial. I like seeing how much java differs from python, which is the tutorial language I learned in school.
@eboylydz11482 жыл бұрын
this is a comprehensive explanation
@calm_bloomer12197 ай бұрын
Thank you for giving us such a great learning material !:)
@stanislawunruh90823 жыл бұрын
Love your style bro!
@ihssanenedjaoui144410 ай бұрын
your videos ara just incredible
@jesterfield50349 ай бұрын
Thank you so much for this playlist! I'm currently reviewing for our Algorithms class, bro and I totally forgot about it all 😭😭😭
@venkat22172 жыл бұрын
Excellent Bro ♥️ , You've earned a couple of subscribers!
@alexandrulolea4631 Жыл бұрын
Thank you for the great video! Keep up the good work!
@pushankarmakar1783 Жыл бұрын
best java course!
@-omarabusnineh51743 жыл бұрын
I'm from Jordan, thank's u Bro code u'r professional
@thelastmuslimsamurai31092 жыл бұрын
Bro is always here for me. Thank you Bro ❤️❤️❤️
@suleimandiveriosallum37563 жыл бұрын
Jesus, you are the best man! I discover your channel today!
@Anees-qf8so Жыл бұрын
you are a true gigaChad programmer bro!!!
@viperproduction64543 жыл бұрын
Nice and smoothly explained
@RandomUser_5432 жыл бұрын
your videos are so useful, thank you
@alifaizi69962 жыл бұрын
You are simply great, Bro!
@Techtinkerer3D4 ай бұрын
Bro is the realest of all bros
@nikitassouvatzis19283 жыл бұрын
Αυτό είναι ένα σχόλιο για το συγκεκριμένο βίντεο. Τι αλγόριθμος και πράσινα άλογα... Αφού ήρθαν οι Έλληνες μη φοβάσαι Bro, η επιτυχία είναι δεδομένη.
@medjl60834 жыл бұрын
Very important video of Java for input data by user with keyboard.
@souleaterboss22467 ай бұрын
a perfect reviewr ty my dude
@thisisbrewsworld2 жыл бұрын
You are amazing bro. Thank you so much
@marcinzale4 жыл бұрын
Great tutorial! Thanks!
@RuthWondwossen Жыл бұрын
Da best bro in Da entire world
@elkhanmammadli6267 Жыл бұрын
You are the best bro !!
@kingtyphoon24 күн бұрын
Very awesome video!
@SirKingCAT2 жыл бұрын
Very easy to understand. Thank you :)
@maddinluv31222 ай бұрын
this is what i did on my own after watching import java.util.Scanner; public class Main { public static void main(String[] args) { Scanner x = new Scanner(System.in); System.out.println("Whats your name?"); String name = x.nextLine(); System.out.println("Whats your age?"); int agr = x.nextInt(); x.nextLine(); System.out.println("Whats your favourite food"); String food = x.nextLine(); System.out.println("Hello "+ name); System.out.println("You are " + agr + " yrs old"); System.out.println("Your favourite food is "+ food); } } its a little confusing since its not as user friendly as pyton and java but your videos help quite a bit.
@CodingwithVahdat20255 ай бұрын
wow brother wow very good realy
@likeafallen2620 Жыл бұрын
Super as usually!!
@MoabiSehapi Жыл бұрын
It was helpful thanks❤
@fizykanaty1346 Жыл бұрын
Great video , thanks for the efforts !!!
@alexeybudkovskiy Жыл бұрын
Thanks Bro for a great lesson!
@KeroShenouda-z4z5 күн бұрын
that was helpful thank you :)
@reynanlamsen20075 ай бұрын
I miss C so much 😭
@ilgar.mp4 Жыл бұрын
Short ☑️ Useful ☑️ Practical ☑️ Life Changing ☑️
@wallstreetbets77412 жыл бұрын
thank for teaching. I learnt from you
@ap1136-c4m10 ай бұрын
found it very helpful
@animeforever8508 Жыл бұрын
This is epiccccccccccccccccccccccc loving this.............
@icm03209 ай бұрын
Great tutirial ever !!!!!
@dawidbudkiewicz4509 Жыл бұрын
Great tutorial bro
@ryannayak57974 жыл бұрын
great video bro!!
@beksaylor2 жыл бұрын
I just love your voice, @Bro Code !!
@Nithishwar7 Жыл бұрын
this easy learn thanks of course !!!
@Zacharydvd3 жыл бұрын
Great Video, Bro!
@ananthan_sreekumar Жыл бұрын
thanks for this tutorial bro
@dogowo2 жыл бұрын
incredible video, thank you bro
@bartomiejsniadach57952 жыл бұрын
Another lesson that i understood
@bekturasanbekov1979 Жыл бұрын
Thx for video bro !
@ibrahimylmaz83782 жыл бұрын
you are amazing!
@legendtenzy5972 ай бұрын
good explanation bro
@dr.oswald54003 жыл бұрын
Thanks for the help on java, I was using a school computer so I couldn't like or comment. I'm doing that now.
@joshuaraymond49962 жыл бұрын
Thanks. good class
@kirillutsenko93062 жыл бұрын
good lesson, bro
@mukandeinc2 жыл бұрын
Thanks Giga Bro🔥
@panduswaroop27882 жыл бұрын
Fellow bro ❤️
@huseinrahiym4634 жыл бұрын
Look at the thumbnail though!!😂😂😂😂
@tallapragadamadhaviramalak4540 Жыл бұрын
Hey Bro,I have a question from my school I have an image where can I send the image?Please clarify my doubt of menu based programs🙏
@Vijay_Isaac2 жыл бұрын
Thank You ❣
@trickysachin3 жыл бұрын
Thanks❤ for it bro
@cesara97473 жыл бұрын
a lot of prayers to the algorithm!
@omersond48913 жыл бұрын
you deserved M views for every video
@skyler432610 ай бұрын
i learned it, thank you
@neonyoutobe54055 ай бұрын
import java.util.Scanner; public class Main{ public static void main{ System.out.println("What is your name"); Scanner x=new Scanner(System.in); String name=x.nextLine(); System.out.println("Your name is: "+name); } }
@DixeyDo3 ай бұрын
Thank you very much
@NAVEENBENIWAL3 жыл бұрын
Got an error saying "scanner can not be resolved to a type"☹️ What should I do
@Adam-hz6wk3 жыл бұрын
If you still need this, try put scanner without the capital "S" Like: Scanner scanner = new Scanner(System.in); Not Scanner Scanner = new Scanner.....
@ratnaverma2661 Жыл бұрын
@@Adam-hz6wk is right, my friend got the same error
@sharkington70074 ай бұрын
Excuse me, Mr. Bro. Great tutorials you have here, but could you please make more videos about using pygame? I think it would be fun for people who have mastered Python or at least have an intermediate knowledge of the language. Thank you.