Java Beginner Programming Tutorial 15 Logical Operators

preview_player
Показать описание
How to use logical operators in java
Рекомендации по теме
Комментарии
Автор

Keys are different on my keyboard :P also a tip! don't have your mouse hovering over the code you are typing! its hard to see then :) otherwise, thanks once again for these great tutorials! :D and thanks for telling me about them :)

Snukiiii
Автор

I used the == and != for strings too. Ran without any errors or warnings on eclipse

skalps
Автор

is .equals the only option for strings then or can i use != as well?


readypreddy
Автор

with the .equals statement, is =/= just .notequal or something like that?

readypreddy