What happens if you excute a pseudo-code?
While (1)
\begin
print "Hello"
\end
1
You will see syntax error.
2
Hello is printed zero times.
3
Hello is printed countless times continuously.
4
Hello is printed only once.
What happens if you excute a pseudo-code?
While (1)
\begin
print "Hello"
\end