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
@team6ix6105 жыл бұрын
I learned 99% from this awesome tutorial than from my teacher
@ivanchan36735 жыл бұрын
Thank you so much. I am totally a java beginner. Your step-by-step coding with explanation makes it much easier to understand the logic behind the code. Love & Peace :)
@Preposter6 жыл бұрын
Nice! Your tutorials are well made and simple. Maybe you can combine all your tutorials from 2018 and make one huge tutorial for 2019. Why does this channel only have 344 subs? I swear a channel like this should have way more.
@alexlorenlee6 жыл бұрын
That's a great idea! I have thought about making one giant, complete beginner java tutorial. I may post more videos covering most of what would be learned in a Java 101 course and then combine them like you said. I hope that would be beneficial to you. Thank you for the kind words, we're definitely growing!
@wasimbenbrahim25593 жыл бұрын
You are an actual life saver
@simmeronice5 жыл бұрын
Thank you so much. Your tutorial helped me so much in figuring out what I was supposed to fix on an assignment!
@sofianoor1058 Жыл бұрын
Hey Alex, thank you so much for your explanation your awesome! I’m watching your videos and getting help to do my assignments.
@GupMotivation3 жыл бұрын
Thank you for the simple and easy tutorial sir, Iloveyou
@VanajaPasupathi5 жыл бұрын
thank u so much sir....ur video was amazing..now am a java beginner also...i need much more videos
@CE-vd2px2 жыл бұрын
How do you get take both inputs jn the same line? Example: "Enter 2 numbers: " 3 4 7
@jeff0550054 жыл бұрын
Thanks for this video i hope to see more video
@エリカ-r4k3 жыл бұрын
i learned so much thank you!
@bonolosebe47395 жыл бұрын
thanks for such an informative video, it is really effective
@alexlorenlee5 жыл бұрын
awesome, thank you so much!
@ahamster3125 жыл бұрын
Very clear. Thank you!
@abeshura4 жыл бұрын
Thank you for this🙏🏾
@jeremiahjones16052 жыл бұрын
This is like 4 years later and I am about to make $100 for a challenge and this really helps me understand. Thanks so much!
@deyanetsalmanov26184 жыл бұрын
This video have been very useful for me. Thanks for video
@OhhAspireHD6 жыл бұрын
Great video, thanks for the new info 👍🏽
@alexlorenlee6 жыл бұрын
Aspire anytime! Happy new year!
@aqua_whale2 жыл бұрын
thanks for saving me on my computing homework
@princessangeladivina89842 жыл бұрын
Omg!! I was shocked ur amazing it's make easier
@Razberrylol3 жыл бұрын
Way better than how my teacher taught me, thank you so much
@iAtulu4 жыл бұрын
anyone know how to get the print to be: 3 + 5 = 8, and not just the number, or "the sum is 8"?
@handleunavailable._.3 жыл бұрын
ye you have to write System.out.println("the sum is" + a + b)
@angelicamariesullano19633 жыл бұрын
Thank God found this😍 Thankyouu so much❤❤
@polar59035 жыл бұрын
I made the same program except in System.out.println I put System.out.println("The sum of the numbers "+ a +" and "+ b +" is "+ a + b); But when i ran the program and entered 2 numbers e.g. 3 and 5, it said The sum of the numbers 3 and 5 is 35... Why??? Here is the code of my program Pls. check and tell me why this is happening import java.util.Scanner; public class Adding { public static void main(String[] args) { Scanner scan = new Scanner(System.in); System.out.println("Enter a number"); int a = scan.nextInt(); System.out.println("Enter another number"); int b = scan.nextInt(); System.out.println("The sum of the numbers "+ a +" and "+ b +" is "+ a + b); } }
@soulshivam28875 жыл бұрын
you not add those number write s=a+b;
@soulshivam28875 жыл бұрын
please making vedio on how make software after execution of any program
@jordanlittle87742 жыл бұрын
Currently trying to figure out how to take two numbers from the same line of input and same them to two different variables for instance the user inputs 123456 8 I’m stuck on separating 123456 and 8 into two different variables that I can use for the rest of the program I’m doing. Any ideas?
@markoliver91963 жыл бұрын
Very helpful 👍
@bhavanipasupuleti55713 жыл бұрын
Thankyou Alex
@eggynogg32273 жыл бұрын
How about dividing two number from a user?
@getnetalemye18514 жыл бұрын
thankyou man it is good for me
@deaktiviert-i6e4 жыл бұрын
Hey. I did the Scanner like this: Scanner userInput5; userInput5 = new Scanner(System.in); calcnumber2 = userInput5.nextInt(); And i did an second one for the second number but when i combine the numbers it just shows the numbers for example when i type 2 and 4 then it only shows 24. Help me please
@juliussaikauskas67424 жыл бұрын
you have to declare calcnumber2 as an int so it's int calcnumber2 = userInput5.nextInt();
@mariloucubero48413 жыл бұрын
Thank you very very much ..
@bryanrhodunda43626 жыл бұрын
your the man bro
@alexlorenlee6 жыл бұрын
bryan rhodunda thanks bro, Happy New Year!
@chaoweii4 жыл бұрын
how about the first and second number together at input like this 10 10
@erikapazblanco4074 жыл бұрын
wow 🥺😦 thank u so much ❤️
@jonellfernandez91764 жыл бұрын
THANKS A LOT DUDE. MORE VIDEOS TO COME !
@TheresNothingToSee1232 жыл бұрын
thank youu! 😭
@wdrdil3 жыл бұрын
Great!
@onlyprograming67893 жыл бұрын
Nice!
@mitalichakrovarty98293 жыл бұрын
Bro youre awesome but can you teach this in bluej please please please😥😥
@nightmare_rex4 жыл бұрын
I get hired by facebook because I follow this video thx