Simplicity of C# (cont.)
Integer cannot be tested for boolean operations anymore.
Switch statements can’t fall through because there is now an implied break in between each case.