understand how to use relational operators (> < >= <= !=)
understand how to use logical operators (&& || !)
be able to use if statements in programs to control program flow
be able to use if-else statements in program
understand when to use nested if-else structure
be able to compareTo() function for Strings
be able to use equals() function for Strings
understand concept of short circuited evaluation
HOME |