What does "!" mean in pseudo-code? I know "!" stands for factorial but I can't translate it
Posted
by Dina
on Stack Overflow
See other posts from Stack Overflow
or by Dina
Published on 2010-03-16T22:56:30Z
Indexed on
2010/03/16
23:01 UTC
Read the original article
Hit count: 291
pseudocode
|operators
What does !
mean in pseudo-code? I know !
stands for factorial but I can't translate it .
ex:
get operation
if (operation!= ’B’ OR operation != ’D’ OR operation!= ’W’) then
print "Invalid Operation"
What does it mean? Please help my mid-term is in hours :S
Thanks in advance for your help :)
© Stack Overflow or respective owner