Java Programming Tutorial - Equality and Relational Operators - Episode 6

preview_player
Показать описание
Thank you for tuning in to this video! We wanted to give you a quick update: as of December 19, 2023, we've reset all our video descriptions. We apologize if you were searching for a specific link mentioned in this video, but here's the great news – Google makes it incredibly convenient to find what you're looking for! If you have any questions or need assistance, feel free to drop a comment below. Your understanding is truly appreciated, and we look forward to providing you with more exciting content in the future. Stay tuned and thank you for your continued support!

Join us on Discord:
____________________________
💻 View all our code:

🌌Need a VPS, chose SkySilk:

🐙Join GitKraken:
____________________________

Music from #Uppbeat (free for Creators!):
License code: 95IHGXH3WE6WJJ4A

#TheSourceCode #NewEra #CodingRevolution #PrepareToLevelUp
Рекомендации по теме
Комментарии
Автор

Can you do adding permission to players for bungeecord?

ZenerFox
Автор

I haven't kept up with these videos yet, I know this stuff, I'm waiting till it becomes more complex and finished the simple math operators etc, Although may I ask have you gone over } else { statements yet? Because in this video you could of done this;

public class Java8{

public static void main(String, args[]){

double apple = 2.21;
double candy = 4.53;

if(apple <= candy){
System.out.println("You can not purchase this item");

}else{
System.out.println("How much money do you have?");
}
}
}
Just to help speed up things if you haven't gone over else and elseif statements yet. lol

masonfurness
Автор

May you do a update video of VaultAPI for bukkit/spigot.

andrew