+ 8
To know more about psuedocode
4 Antworten
+ 9
It is what you write before writing real code. You don't have to follow any syntax, granted as long as you understand later on. E.g.
BEGIN
SAY hi, how are you?
IF reply == I'm fine
SAY Good to know! Have a nice day!
ELSE
IF reply == I'm not fine
SAY I hope you get better.
ENDIF
END
+ 4
😀
+ 2
what's your question? pseudocode is a way to break stuff down for you, to make it more clear.
+ 2
does it hav any standards