arithmetic expressions in Java 🧮【4 minutes】

  Рет қаралды 113,296

Bro Code

Bro Code

Күн бұрын

Пікірлер: 204
@BroCodez
@BroCodez 4 жыл бұрын
public class Main { public static void main(String[] args) { // expression = operands & operators // operands = values, variables, numbers, quantity // operators = + - * / % } }
@trickysachin
@trickysachin 3 жыл бұрын
Bro give complete
@secmastery
@secmastery Жыл бұрын
the JOptionPane does not work for me teacher
@_Anna_Nass_
@_Anna_Nass_ 3 жыл бұрын
This is the best Java tutorial series I’ve found yet. Thank you!
@hasanaycin4126
@hasanaycin4126 2 жыл бұрын
Easy, understandable and short. Just like how it is supposed to be. Thank you Bro Code!
@SilentDims
@SilentDims 4 жыл бұрын
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.
@notsaeed
@notsaeed 4 жыл бұрын
Exactly
@thewewguy8t88
@thewewguy8t88 2 жыл бұрын
i was thinking the same thing.
@WandererSociety
@WandererSociety 2 жыл бұрын
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_UPTM
@CT206.SOFEA_UPTM 3 ай бұрын
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
@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
@theo3115
@theo3115 4 жыл бұрын
really enjoying your videos ! Keep it up -dude- *bro*
@BroCodez
@BroCodez 4 жыл бұрын
thanks for watching Theo!
@dynamic2114
@dynamic2114 4 жыл бұрын
love your content! going through the whole java playlist!
@JuliHoffman
@JuliHoffman 2 жыл бұрын
You explain these concepts in such an easy to follow way! Thank you!!
@ThomasTheThermonuclearBomb
@ThomasTheThermonuclearBomb 3 жыл бұрын
This is the best Java tutorial I’ve found by far, and it’s also free. Thank you so much!
@zzambles
@zzambles Жыл бұрын
This was so helpful in such a short amount of time. Thank you
@omersond4891
@omersond4891 4 жыл бұрын
i really enjoy the way you teach java
@familiasantosguiana4673
@familiasantosguiana4673 3 жыл бұрын
BRO YOU ARE THE BEST TEACHER AT JAVA!!!
@ziyadderghazi
@ziyadderghazi 4 жыл бұрын
Best tutorials i've ever seen
8 ай бұрын
You are very talented as a teacher. Thanks bro 🙏🏻💯.
@isaac_ahana
@isaac_ahana 11 ай бұрын
This Java tutorial is very good. It's easy to follow
@Curious_Clover
@Curious_Clover 11 ай бұрын
I very much needed this for our practical quiz in Programming.
@alexanderperez3974
@alexanderperez3974 4 ай бұрын
Best channel ever!
@stephaniehernandez3641
@stephaniehernandez3641 3 жыл бұрын
Thank you so much! Going through your entire playlist rn :)
@B0bTheSkull-Bonea
@B0bTheSkull-Bonea 10 ай бұрын
THE BEST JAVA TUTORIALLLLLLL!!!!!!!!!!!!!!!!!!!
@dllm3tommy741
@dllm3tommy741 Жыл бұрын
Thanks for your video
@CodingwithVahdat2025
@CodingwithVahdat2025 6 ай бұрын
wow brother believe me Your the best thank you Big Help with us ..!!!
@karimmuhammad149
@karimmuhammad149 3 жыл бұрын
Best tutorials i've ever seen really really Awesome
@walidhffad4804
@walidhffad4804 Жыл бұрын
thank you for your tutorial
@leeyionching6082
@leeyionching6082 6 ай бұрын
💖This channel si very help full for me
@aldrindelarosa4033
@aldrindelarosa4033 3 жыл бұрын
you are best TEACHER for me
@MrArtificialChannel
@MrArtificialChannel 2 жыл бұрын
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
@DeepakLalchandaniProfile
@DeepakLalchandaniProfile 2 жыл бұрын
I want to evaluate a mathematical expression from left to right only in Java Example : 16+10×500-3000/50 Output : 200
@schoudhury1911
@schoudhury1911 2 жыл бұрын
You are truly a Bro ...
@ranasaani
@ranasaani Жыл бұрын
Very good course.
@Rinku-ac
@Rinku-ac 5 ай бұрын
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
@lavin3865
@lavin3865 2 жыл бұрын
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
@Albaraa Жыл бұрын
did you?
@iscottjones
@iscottjones 6 ай бұрын
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.
@NotABot00101
@NotABot00101 4 ай бұрын
dropping a comment. Thanks for the video!
@cup_kids
@cup_kids Жыл бұрын
Thanks 😊
@Shanishani53267
@Shanishani53267 2 жыл бұрын
The best explanation
@Andy-fg7hm
@Andy-fg7hm 3 жыл бұрын
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
@thewewguy8t88 2 жыл бұрын
i was thinking the same thing.
@HsuMonMonThant
@HsuMonMonThant Жыл бұрын
Thank u so much for this understandable explanation video.
@anibender4822
@anibender4822 3 жыл бұрын
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?
@trailblazer4227
@trailblazer4227 3 жыл бұрын
I was just asking me the same.
@servallou2514
@servallou2514 3 жыл бұрын
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
@thephoenixsystem6765
@thephoenixsystem6765 3 жыл бұрын
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.
@nirajanmahara4048
@nirajanmahara4048 2 жыл бұрын
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.
@TOP10-j8h4o
@TOP10-j8h4o 2 жыл бұрын
Really enjoyed and very good
@newhopehope8130
@newhopehope8130 3 жыл бұрын
Awesome Content Dude!!!!
@aijiexi
@aijiexi 2 жыл бұрын
I like your channel.
@kingtyphoon
@kingtyphoon Ай бұрын
Awesome video!
@ЕвгенийКузнецов-ъ5з
@ЕвгенийКузнецов-ъ5з 2 жыл бұрын
TY so much for your's lessons bro!
@fabiolaromero8501
@fabiolaromero8501 6 ай бұрын
Its a bit disturbing use the double variable to count friends hahahaha
@thewebhead51
@thewebhead51 Жыл бұрын
Thanks bro code, you make learning this stuff fun and easy
@chaitydey8175
@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 :)
@lakshaydang2194
@lakshaydang2194 2 жыл бұрын
fav. channel
@Techtinkerer3D
@Techtinkerer3D 4 ай бұрын
absolute legend
@dr.oswald5400
@dr.oswald5400 3 жыл бұрын
Thanks for the help on java, I was using a school computer so I couldn't like or comment. I'm doing that now.
@martinking4615
@martinking4615 3 жыл бұрын
Amazing work ...thanks bro!!
@migueldejesustavares4168
@migueldejesustavares4168 2 жыл бұрын
Great video like always
@Minecarthus
@Minecarthus 3 жыл бұрын
I love your chanel !!!
@who77754
@who77754 3 жыл бұрын
this guy is a legend
@rjirangkun
@rjirangkun 2 жыл бұрын
WRONG. this is great!
@JustNeutral14.
@JustNeutral14. 7 ай бұрын
question - is there any easy way to do exponents in java other than variable = variable * variable?
@ravivarma9344
@ravivarma9344 4 жыл бұрын
Please Bro make video on Data structures and algorithm because I'm frustrated.
@ktos2144
@ktos2144 3 жыл бұрын
Wow it's nice film bro :o
@malli-qw1fd
@malli-qw1fd 8 ай бұрын
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); } }
@MrMorale386
@MrMorale386 7 ай бұрын
nice tutorial
@alyymibeal5485
@alyymibeal5485 3 жыл бұрын
appreciate these videos :)
@wallstreetbets7741
@wallstreetbets7741 2 жыл бұрын
i learnt this, thank you
@kirillionov5594
@kirillionov5594 4 жыл бұрын
Thx Bro. Best tutorial.
@JNDAHAL
@JNDAHAL 2 жыл бұрын
Great clips ❤❤
@livelyan2801
@livelyan2801 Жыл бұрын
You forgot about the operations +=, *=, etc. "variable += 1;" equivalent to "variable = variable + 1; Anyway thank you!
@alexeybudkovskiy
@alexeybudkovskiy Жыл бұрын
Thanks Bro for a great lesson :)
@ibrahimylmaz8378
@ibrahimylmaz8378 2 жыл бұрын
you are amazing!
@TeluguPointvelivela
@TeluguPointvelivela 3 жыл бұрын
Awesome lecture
@bekturasanbekov1979
@bekturasanbekov1979 Жыл бұрын
Thx for video Bro !
@nikitassouvatzis1928
@nikitassouvatzis1928 3 жыл бұрын
Εδώ είμαστε πάλι Bro.
@bartomiejsniadach5795
@bartomiejsniadach5795 2 жыл бұрын
Another lesson that i understood
@CyberEscuela
@CyberEscuela 5 ай бұрын
Awesome!
@adenmohmuud9505
@adenmohmuud9505 Жыл бұрын
System.out.print("hello bro code");
@Heli1366
@Heli1366 3 жыл бұрын
amazing content
@icheese214
@icheese214 26 күн бұрын
good video!!!
@nadaanber7601
@nadaanber7601 2 жыл бұрын
Your videos are طن طايمز better than that dude that i forgot his name 🤙🏻
@rishiandrian-roblox3601
@rishiandrian-roblox3601 6 ай бұрын
ty for teaching
@wlsedlacek
@wlsedlacek Жыл бұрын
awesome!
@beom8285
@beom8285 Жыл бұрын
The Best!!
@sazidulhoque9892
@sazidulhoque9892 2 жыл бұрын
helped alot!
@YuliannCastañeda
@YuliannCastañeda 3 ай бұрын
Thanks!
@eugenezuev7349
@eugenezuev7349 9 ай бұрын
thank you, bro
@PaulLein-t9m
@PaulLein-t9m Жыл бұрын
Thank you.
@АлияАбдыева-й1ь
@АлияАбдыева-й1ь 11 ай бұрын
thank you 🥰
@ultimatephoenix5130
@ultimatephoenix5130 11 ай бұрын
wheres the complete code
@Vijay_Isaac
@Vijay_Isaac 2 жыл бұрын
Thanks Bro ❣
@MakeAMilTana
@MakeAMilTana Жыл бұрын
Thanks bro!
@tipsandtricks6127
@tipsandtricks6127 3 жыл бұрын
very helpfull
@aleksandarmilanovic229
@aleksandarmilanovic229 3 жыл бұрын
Great!
@WaynePowersYT
@WaynePowersYT 3 ай бұрын
Just dropping a comment like I was instructed.
@oxeo
@oxeo 2 жыл бұрын
Voice ✋🏻🖤
@archerlee8091
@archerlee8091 2 жыл бұрын
thanjk you !
@itlogskina
@itlogskina 4 жыл бұрын
Thank you
@coltonbailey8873
@coltonbailey8873 3 жыл бұрын
Hey bro, I'm on video 17 or so, and I always come back to refresh. I was wondering if you could elaborate on why putting "(double)" before friends / 3 ?
@coltonbailey8873
@coltonbailey8873 3 жыл бұрын
public class Main { public static void main(String[] args) { double friends = 10; friends = (double) friends / 3; // friends = friends / 3; works too. Is putting (double) before just more elegant/better OOP? System.out.println(friends); } }
@daniboss6
@daniboss6 3 жыл бұрын
I think it's a method that can be used if you start with an double, ex: double friend = 10; friend = (int) friends / 3; Then the resul will be just 3.
@hannahdelrosario856
@hannahdelrosario856 2 жыл бұрын
@@coltonbailey8873 "double" as well as "string" are data types that displays decimal places, so he tried demonstrating division with a decimal place result (haha, I don't know if you still need this answer tho, it's been a lot of months haha, anyway, that's it)
@schoolinvestment8308
@schoolinvestment8308 3 жыл бұрын
Thanks bro
@infini667
@infini667 2 жыл бұрын
the best
@MrLoser-ks2xn
@MrLoser-ks2xn 2 жыл бұрын
Thanks
@soumelee5661
@soumelee5661 2 жыл бұрын
nice vid :)
Java GUI intro ⭐【5 minutes】
5:49
Bro Code
Рет қаралды 195 М.
Variables in Java ✘【12 minutes】
12:32
Bro Code
Рет қаралды 232 М.
Quando A Diferença De Altura É Muito Grande 😲😂
00:12
Mari Maria
Рет қаралды 45 МЛН
黑天使被操控了#short #angel #clown
00:40
Super Beauty team
Рет қаралды 61 МЛН
Learn Java in One Video - 15-minute Crash Course
14:54
Coding with John
Рет қаралды 798 М.
How to Code (almost) Any Feature
9:48
DaFluffyPotato
Рет қаралды 713 М.
Java Full Course for free ☕
12:00:00
Bro Code
Рет қаралды 12 МЛН
Java Math class 📐【6 minutes】
6:12
Bro Code
Рет қаралды 121 М.
Lambda Expressions in Java - Full Simple Tutorial
13:05
Coding with John
Рет қаралды 792 М.
Learn Any Programming Language In 3 Hours!
22:37
Code With Huw
Рет қаралды 632 М.
Java Strings are Immutable - Here's What That Actually Means
7:06
Coding with John
Рет қаралды 627 М.
x86 Assembly: Hello World!
14:33
John Hammond
Рет қаралды 1,4 МЛН
Quando A Diferença De Altura É Muito Grande 😲😂
00:12
Mari Maria
Рет қаралды 45 МЛН