Java Tutorial for Beginners - 53 - The OR Conditional Operator

preview_player
Показать описание
In this tutorial we discuss the OR Conditional Operator.

Рекомендации по теме
Комментарии
Автор

In the code above, if((a==5)||(b==7))
System.out.println("the condition is true");
{ }are missing

prathammishra
Автор

Netbeans is so ridiculous that it doesn't point out the mistakes and helps while writing the code which makes our memory forget the code

prathammishra