12.04.2015, 07:35
Case AB is equal to 0
Case BC is equal to 0
Without definitions, it says
new a = 5;
switch (a)
{
case 0: {}
case 0: {}
}
Case BC is equal to 0
Without definitions, it says
new a = 5;
switch (a)
{
case 0: {}
case 0: {}
}