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
@@VirusFusion i am 26... learning new to code keep it up young ones... i am positively envious to be real =) i will root for your journey in programming
This is very fun! Alex, you always make the Programming looks fun and entertaining. I never get bored! Thanks for making us learn the concepts so easily. Appreciate it.
hey bro, im 11 and these tutorials are actually so good! ive been trying to learn java for about a year now, and these are the best tutorials for it that i have found! the tutorials are very informative, but also very entertaining at the same time!
I'm taking a Data Structures class at my university, and I cheated my way through most of Python. Now I'm really stressed because I'm confused, but I'm hoping that by watching these tutorials, I can still pass the class with at least a B.
Hi, i’m using netbean, i do not know how to allign text in the run dashboard. Even i have exact same space in 10 lines when run the characters are not in alligned position
Pls for the love of god use this instead of a bunch of print lines: for (int num = 0; num < x; num++)) { System.out.print(' '); } Or this (don't know if it works in java): System.out.print('
'); Change the X to how many lines you would like to have in between for the first one or use as many (new lines) as you need. It's better to do it this way to build good habits
Hi Alex Lee, thank you so much for this tutorial am really enjoying it. and you're talented your lessons are easy and fast to master. I am recently following up with the tutorial, i started with the basic java 1.
I don't understand how it updates the top one tho. Is it the space between the prints that tells it to go to the top and over print? Why doesn't it print downwards forever?
I made the ROFLCOPTER and when I started to customize it, I noticed it was lagging, so I tried to comment everything, but when I ran it again, the ROFLCOPTER never stopped, the ROFLCOPTER is not stoppable, please send help immediately.
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
Hey Alex, I'm 12 and I love your tutorials so much! They're so entertaining and I'm learning alot, Thanks for making them!
Same, I am around your age also and Alex is a great teacher. He is a very helpful person especially when I am stressed I watch his non coding videos.
@@VirusFusion i am 26... learning new to code
keep it up young ones... i am positively envious to be real =) i will root for your journey in programming
@@bewatter3014 Thankyou
im 11(i have technology tutorials go check'em out!)
I think thats an age restriction but ok
I know this is one of your more goofy tutorials but you really are a god send, im finally understanding a lot of the concepts of java thanks to you
This is very fun! Alex, you always make the Programming looks fun and entertaining. I never get bored! Thanks for making us learn the concepts so easily. Appreciate it.
this is something practical i learned today
hey bro, im 11 and these tutorials are actually so good! ive been trying to learn java for about a year now, and these are the best tutorials for it that i have found! the tutorials are very informative, but also very entertaining at the same time!
Your 11? Thats crazy you already starting with Java, started at around the same age with Python not Java, keep it going little man!
I'm taking a Data Structures class at my university, and I cheated my way through most of Python. Now I'm really stressed because I'm confused, but I'm hoping that by watching these tutorials, I can still pass the class with at least a B.
Cool this is awesome. Will create another animated with ASCII and will share it here.. So inspiring!!!
You are teaching it so happily i love this tysm
Good Video Series & nice background music. Excellent quality training videos! :)
Thank you sooo much for the tutorials Alex! I made a dancing cat lol
Haha I love this one, sure I will try this 😂❤
Thanks! You saved me during my School Project!
Hi, i’m using netbean, i do not know how to allign text in the run dashboard. Even i have exact same space in 10 lines when run the characters are not in alligned position
Pls for the love of god use this instead of a bunch of print lines:
for (int num = 0; num < x; num++)) {
System.out.print('
');
}
Or this (don't know if it works in java):
System.out.print('
');
Change the X to how many lines you would like to have in between for the first one or use as many
(new lines) as you need. It's better to do it this way to build good habits
Great tip!
Would the code in the for loop not be System.out.println()? Otherwise, youd just be printing out a bunch of whitespace characters, right?
@@roroB19 I forgot the '
' in there oops
♨
6 january 2022 great day an lesson,Thanks Alex
Genius 🔥🔥
Hi Alex Lee, thank you so much for this tutorial am really enjoying it. and you're talented your lessons are easy and fast to master. I am recently following up with the tutorial, i started with the basic java 1.
exactly what I am looking for, hahaha this may win me 40$ if I created a unique Christmas animation entry haha!!!
thumbs up!!!!
Doesn't work on IntelliJ... When something is printing down it does a flickery motion that ruins the animation... :(
same thing happening with me
This is awesome!
It is profoundly useful information Thanks:)
That was so much fun!
Awesome! programming is fun like this! having small things to show progress! i made a cube with eyes walks into another cube and dies lol
this is interesting! I did mine as a human stick flapping arms and shaking head haha. Not sure how to share
Here is the link to the animation
ua-cam.com/video/TFlwmRtvTq8/v-deo.html
@@nozgul3865 haha that's great
this is actually fun ...
not properly working on java 17
I'm using inteliij IDEA
what program is it (i know its java but which one)
circlesandleadpoisoning this is java version 8
@@alexlorenlee okay thanks
java
Is java have a version? Im only begginer and freshmen
@@joshuatruelen3908 Yeah, they update it every so often. I believe it's Java 11 now
Woow! It was so cool!
I don't understand how it updates the top one tho. Is it the space between the prints that tells it to go to the top and over print? Why doesn't it print downwards forever?
Haha, this was awesome! I made a cat! ^^ Thank you for the lesson!
awesome...😄😊
i tried this on inteliJ but it looks like its scrolling down and doesn't even look like animation. is there a way to stop it?
what is the function of Thread.sleep(100); how it works
That’s cool
I did it too.
wa kamal bhai ❤🤣🤣🤣🤣🤣
Rahul Choudhary 😂
Wouldn't a better way to do this be clearing the console after each frame?
Thanks a lot
I think I want to make one
Thank you!
The fact that my roflcopter isn't spinning smoothly only means that my computer is slow right?
Cool!
using:
System.out.println(“\033[H\033[2J”);
System.out.flush();
will clear the console.
Can you do windows 10?
Coolness!
Hi Alex, is space an ASCII character?
yes it is
@@joelsjunk239 Yes I read this afterwards . thank you though 👍
How did you type a-z without typing each one?
I think he skipped a part of the video so we didn't have to wait.
I made the ROFLCOPTER and when I started to customize it, I noticed it was lagging, so I tried to comment everything, but when I ran it again, the ROFLCOPTER never stopped, the ROFLCOPTER is not stoppable, please send help immediately.
Fixed
You should not fly a copter without a licence and insurance.
Anjay🎉1:52
Roflcopter behind the scenes
Helikoptar Helikoptar :p
Idk why but it didnt let me run it
I fricking did it hehehehe thanks
super
Porfa, haz los subtítulos en español plz
I added guns that were shooting and you could see the bullets in the air.
King
Good 👍
how to make it stop ??????
SOI
haha thank you
👍👍👍👍
this is not working on intelliJ
mine's about to crash
actually I just looked at his face loll
🚁🤩❤
it is funny :DDD
Coolness!