class CastPlusUnary { { int a = 10, b = 20; int y = (a)+b; int z = (int)+b; int Integer = 10; int z2 = (Integer) -b; } }