Computer Science Ch. 10 Words
About this set
Created by:
connerquinn15 on April 2, 2012
Log in to favorite or report as inappropriate.
Order by
10 terms
Terms | Definitions |
|---|---|
==(a==b) | True if a equals b |
===(a=== b) | True if a equals b and the data are of the same type |
!=(a!=b) | True if a does not equal b |
!==(a!==b) | True if a does not equal b and/or the data are not of the same type |
>(a>b) | True if a is greater than b |
<(a<b) | True if a is less than b |
>=(a>=b) | True if a is greater than or equal to b |
<=(a<=b) | True if a is less than or equal to b |
&&(a==b) && (x<y) | True if both conditions are true (a equals b and x is less than y) |
||(a!=b) || (x>=a) | True if either condition is true (a does not equal b or x is greater than or equal to a) |
First Time Here?
Welcome to Quizlet, a fun, free place to study. Try these flashcards, find others to study, or make your own.