Connecting...

This is a quick preview of the lesson. For full access, please Log In or Sign up.
For more information, please see full course syllabus of Introduction to Java
For more information, please see full course syllabus of Introduction to Java
Introduction to Java Equality, Relational, & Logical Operators
Lecture Description
In this lesson, our instructor Tom Quayle goes through an introduction equality, relational and logical operators. He starts by discussing equality and relational operators, then goes on to logical operators, truth tables, short-circuit evaluation, De Mor
Bookmark & Share
Embed
Share this knowledge with your friends!
Copy & Paste this embed code into your website’s HTML
Please ensure that your website editor is in text mode when you paste the code.(In Wordpress, the mode button is on the top right corner.)
×
Since this lesson is not free, only the preview will appear on your website.
- - Allow users to view the embedded video in full-size.
Next Lecture
Previous Lecture
0 answers
Post by Bryan Zhou on June 26, 2018
can you actually put those in the eclipse coder
0 answers
Post by Sri Aadarsh Nalluri on March 16, 2016
are there any video lectures later in which we use these to write and correct code
because till now we never had any examples to work the rules.
2 answers
Last reply by: Malik Hall
Mon Sep 21, 2015 7:42 PM
Post by Malik Hall on September 20, 2015
Hi Professor QUayle, I was a bit confused about the not operator. Would there be a truth value stated before and then for example if (!found) but found was described before as false then what would it's truth value be?
1 answer
Tue Jan 6, 2015 10:34 PM
Post by Jingwei Xie on January 6, 2015
In the example of short-circuit evaluation, shouldn't it be:
"numScores ! = = 0" ?
1 answer
Mon Oct 1, 2012 2:53 PM
Post by William Gould on September 30, 2012
I have a problem from my textbook id like to see.
"What are all the possible results of the expression (n % 5), where n is an integer variable?"
I didn't really understand how to go about this. How do you set it up for the result?