public class Main { public static void main(String[] args) { // expression = operands & operators // operands = values, variables, numbers, quantity // operators = + - * / % } }
@trickysachin2 жыл бұрын
Bro give complete
@secmastery Жыл бұрын
the JOptionPane does not work for me teacher
@_Anna_Nass_3 жыл бұрын
This is the best Java tutorial series I’ve found yet. Thank you!
@hasanaycin41262 жыл бұрын
Easy, understandable and short. Just like how it is supposed to be. Thank you Bro Code!
@SilentDims4 жыл бұрын
if your friends are double you don't need to cast to double, because if one of your variables is double, result will be double.
@notsaeed3 жыл бұрын
Exactly
@thewewguy8t88 Жыл бұрын
i was thinking the same thing.
@WandererSociety2 жыл бұрын
Trying to learn java 17 and im trying to finish two of your videos everyday until i finish this playlist, this tutorial is the best and so simple. I've learned more from you than any other.
@CT206.SOFEA_UPTM2 ай бұрын
Honestly I've been watching this series as a revision for my programming test tomorrow and lets say I like your way of teaching. Such a concise video for beginners! Thank you SO much. Subbed
@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
@JuliHoffman2 жыл бұрын
You explain these concepts in such an easy to follow way! Thank you!!
@zzambles Жыл бұрын
This was so helpful in such a short amount of time. Thank you
@theo31154 жыл бұрын
really enjoying your videos ! Keep it up -dude- *bro*
@BroCodez4 жыл бұрын
thanks for watching Theo!
@dynamic21143 жыл бұрын
love your content! going through the whole java playlist!
@ThomasTheThermonuclearBomb2 жыл бұрын
This is the best Java tutorial I’ve found by far, and it’s also free. Thank you so much!
@omersond48913 жыл бұрын
i really enjoy the way you teach java
@ziyadderghazi4 жыл бұрын
Best tutorials i've ever seen
@familiasantosguiana46732 жыл бұрын
BRO YOU ARE THE BEST TEACHER AT JAVA!!!
@Curious_Clover9 ай бұрын
I very much needed this for our practical quiz in Programming.
@isaac_ahana9 ай бұрын
This Java tutorial is very good. It's easy to follow
6 ай бұрын
You are very talented as a teacher. Thanks bro 🙏🏻💯.
@cameronstout17288 ай бұрын
THE BEST JAVA TUTORIALLLLLLL!!!!!!!!!!!!!!!!!!!
@DeepakLalchandaniProfile2 жыл бұрын
I want to evaluate a mathematical expression from left to right only in Java Example : 16+10×500-3000/50 Output : 200
@alexanderperez39742 ай бұрын
Best channel ever!
@karimmuhammad1493 жыл бұрын
Best tutorials i've ever seen really really Awesome
@aldrindelarosa40333 жыл бұрын
you are best TEACHER for me
@stephaniehernandez36413 жыл бұрын
Thank you so much! Going through your entire playlist rn :)
@walidhffad4804 Жыл бұрын
thank you for your tutorial
@dllm3tommy741 Жыл бұрын
Thanks for your video
@lavin38652 жыл бұрын
you can just say 3.0 and do not write (double) in front of friends, it is easier. and thanks for your videos, it makes my life much easier, hope i can pass programming this semester ...
@Albaraa Жыл бұрын
did you?
@RahmatullahVahdatWithCod-pl2vh4 ай бұрын
wow brother believe me Your the best thank you Big Help with us ..!!!
@leeyionching60825 ай бұрын
💖This channel si very help full for me
@MrArtificialChannel2 жыл бұрын
ur videos r really helpful and good for learning. u r amazing with the work u put in i have watched so many of ur quality videos for the best clarity on anything. Great job never stop ever ur rlly amazing
@cup_kids Жыл бұрын
Thanks 😊
@schoudhury1911 Жыл бұрын
You are truly a Bro ...
@anibender48223 жыл бұрын
As I was executing the program I found out that it is possible not to add the variable double twice. The variable can be declared of type double once when it is assigned the value 10. So what is the point to add it twice here?
@trailblazer42273 жыл бұрын
I was just asking me the same.
@malli-qw1fd7 ай бұрын
public class ArithmeticExp { public static void main(String[] args) { // expression = operands and operators // operands = values, variables, number, quantity etc.. // operators = + - * / % int myNum = 10; System.out.println("divide: "+(10/2)); System.out.println("Multiply: "+(10*2)); System.out.println(myNum); } }
@ranasaani Жыл бұрын
Very good course.
@HsuMonMonThant Жыл бұрын
Thank u so much for this understandable explanation video.
@Techtinkerer3D3 ай бұрын
absolute legend
@lakshaydang21942 жыл бұрын
fav. channel
@who777543 жыл бұрын
this guy is a legend
@Shanishani532672 жыл бұрын
The best explanation
@thewebhead51 Жыл бұрын
Thanks bro code, you make learning this stuff fun and easy
@Andy-fg7hm3 жыл бұрын
Not sure if you will answer this or not? But would it not be easier just changing the "int friends = 10;" statement just to "flat friends = 10; and keep the statement of "friends = friends / 3;" the same?
@thewewguy8t88 Жыл бұрын
i was thinking the same thing.
@ЕвгенийКузнецов-ъ5з2 жыл бұрын
TY so much for your's lessons bro!
@servallou25143 жыл бұрын
I don't understand how the new datatype thing works at 3:34, like we assign a new datatype, but for that we must have the same datatype than the "new" one
@thephoenixsystem67653 жыл бұрын
It doesn't appear to do anything in this example, but if you initialise a new variable like this: int friends = 10; float enemies = (float) friends/7; System.out.println(enemies); You get output: 1.4285715 But if you skip the (float) on that line, you get 1.0, because it treats it like integer division, then turns the 1 into a float.
@nirajanmahara40482 жыл бұрын
yes, otherwise even if after explicit type conversion in expression, it throws an error(as shown: red underline). so, need to change the main variables data type also.
@rjirangkun2 жыл бұрын
WRONG. this is great!
@kirillionov55943 жыл бұрын
Thx Bro. Best tutorial.
@fabiolaromero85015 ай бұрын
Its a bit disturbing use the double variable to count friends hahahaha
@TOP10-j8h4o2 жыл бұрын
Really enjoyed and very good
@beom8285 Жыл бұрын
The Best!!
@alyymibeal54853 жыл бұрын
appreciate these videos :)
@aijiexi2 жыл бұрын
I like your channel.
@martinking46153 жыл бұрын
Amazing work ...thanks bro!!
@infini6672 жыл бұрын
the best
@wallstreetbets77412 жыл бұрын
i learnt this, thank you
@Minecarthus3 жыл бұрын
I love your chanel !!!
@NotABot001012 ай бұрын
dropping a comment. Thanks for the video!
@CyberEscuela3 ай бұрын
Awesome!
@bartomiejsniadach57952 жыл бұрын
Another lesson that i understood
@ibrahimylmaz83782 жыл бұрын
you are amazing!
@migueldejesustavares41682 жыл бұрын
Great video like always
@ravivarma93444 жыл бұрын
Please Bro make video on Data structures and algorithm because I'm frustrated.
@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.
@chaitydey8175 Жыл бұрын
hello, I have a question. why do we need to cast int to double here? cause without casting it still returns the correct result. Thanks :)
@alexeybudkovskiy Жыл бұрын
Thanks Bro for a great lesson :)
@newhopehope81303 жыл бұрын
Awesome Content Dude!!!!
@YuliannCastañedaАй бұрын
Thanks!
@TeluguPointvelivela3 жыл бұрын
Awesome lecture
@PaulLein-t9m Жыл бұрын
Thank you.
@JNDAHAL Жыл бұрын
Great clips ❤❤
@livelyan2801 Жыл бұрын
You forgot about the operations +=, *=, etc. "variable += 1;" equivalent to "variable = variable + 1; Anyway thank you!
@bekturasanbekov1979 Жыл бұрын
Thx for video Bro !
@JustNeutral14.5 ай бұрын
question - is there any easy way to do exponents in java other than variable = variable * variable?
@rishiandrian-roblox36015 ай бұрын
ty for teaching
@sazidulhoque9892 Жыл бұрын
helped alot!
@wlsedlacek Жыл бұрын
awesome!
@zobama11 ай бұрын
real bro
@АлияАбдыева-й1ь9 ай бұрын
thank you 🥰
@aleksandarmilanovic2293 жыл бұрын
Great!
@eugenezuev73498 ай бұрын
thank you, bro
@oxeo2 жыл бұрын
Voice ✋🏻🖤
@iscottjones4 ай бұрын
I'm only learning, but isn't this a mistake: 3:56? If you change "friends" from an int to a double, then there isn't any need to have a double here: friends = (double) friends / 3;. The code works the same way if you remove this double.
@MrMorale3865 ай бұрын
nice tutorial
@Heli13663 жыл бұрын
amazing content
@itlogskina3 жыл бұрын
Thank you
@MakeAMilTana Жыл бұрын
Thanks bro!
@ktos21442 жыл бұрын
Wow it's nice film bro :o
@Vijay_Isaac2 жыл бұрын
Thanks Bro ❣
@archerlee80912 жыл бұрын
thanjk you !
@adenmohmuud9505 Жыл бұрын
System.out.print("hello bro code");
@MrLoser-ks2xn2 жыл бұрын
Thanks
@tipsandtricks61273 жыл бұрын
very helpfull
@lamias77123 жыл бұрын
thanks
@Rinku-ac3 ай бұрын
Bro, i have a question at 4:06 double friends = 10; friends = (double)friends/3; what is the point of the (double)? cuz it works without it
@nadaanber7601 Жыл бұрын
Your videos are طن طايمز better than that dude that i forgot his name 🤙🏻