0
Who knows the keywords for SWITCH in pseudo code?
I want to write a pseudo code and use SWITCH ; who knows how to write it?
2 odpowiedzi
+ 2
case
break
default
+ 1
There's no standard syntax for pseudocode. Just make sure that any sentence can be translated into one line (maybe two) of actual code, and that the general meaning of your pseudocode is eadily understandable. Beside that, you can use "switch" itself.