complexity: 1 ; importance: 7; author: docentmail


Comparison operators

Problem 2015-12-31-20-44

Question: What should be placed instead of dots to have method do (); performed only when x does not equal y ?

if (x ... y) {
 do();
}