Who knows the keywords for SWITCH in pseudo code? | Sololearn: Learn to code for FREE!
Neuer Kurs! Jeder Programmierer sollte generative KI lernen!
Kostenlose Lektion ausprobieren
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?

15th Mar 2017, 6:05 PM
Negin yousefi
2 Antworten
+ 2
case break default
15th Mar 2017, 6:06 PM
seamiki
seamiki - avatar
+ 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.
16th Mar 2017, 6:18 AM
Álvaro