❔ Basic question in C# for a early beginner...

So im trying to learn through a Swedish questionaire system (Im Swedish) and i'm stuck.

its on Pseudo code;

CHOOSE case

case 1:
type out "Yes"

case 2:
type out "No"

Question: What is the equivalent of CHOOSE in C# code?
Was this page helpful?