class I002_ConditionalExpressions { { int a = 10; int b = a == 10 ? a = 5 : 2; } }