1
The enquanto (...) faca
is similar to while (...) do
of the other languages, also check if the syntax is correct. Also, Visualg is full of bugs.
In my tests, just separating the condition from the while, the code ran. Follows code:
enquanto (n <> "s") e (n <> "n") faca
escreva("Texto de Teste")
leia(n)
fimenquanto
Thanks was that same space in my I did while( , more was while ( , it was only separates the parenthesis.
– AleKing