Bir İnceleme c# switch case nedir
Yazdığımız senaryoda şayet kullanıcı “GS” girseydi, bizim case ifademizde “gs” mevzi aldığı sinein eşleşme bünyelamayacaktı.C# switch statement pairs with one or more case blocks and a default block. The case block of code is executed for the matching value of the switch expression value. The default option code is