❔ 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?
4 Replies
I have no idea o_o If you were to retype the above into C# code. What would "CHOOSE" be in C# code?
hmmm so i suppose it would be switch (input)
just very vague questions in this part
definitely; i think i figured it out. Thanks friend 😄
Another question;
What would if be in normal code? I assume in C#?
Written interactive course https://learn.microsoft.com/en-us/users/dotnet/collections/yz26f8y64n7k07
Videos https://dotnet.microsoft.com/learn/videos
I'll check it out, thanks ❤️
Was this issue resolved? If so, run
/close
- otherwise I will mark this as stale and this post will be archived until there is new activity.
Was this issue resolved? If so, run /close
- otherwise I will mark this as stale and this post will be archived until there is new activity.