Skip to content

Instantly share code, notes, and snippets.

@lrlucena
Created August 14, 2018 20:28
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save lrlucena/6fa79c6a16da328d8a69bf09af371997 to your computer and use it in GitHub Desktop.
Save lrlucena/6fa79c6a16da328d8a69bf09af371997 to your computer and use it in GitHub Desktop.
a = 3
b = 4
c = 5
escreva "Escolha um valor para X"
escreva "a, b, c"
x = leia_texto
xis = escolha x
caso "a" => a
caso "b" => b
caso _ => c
fim
escreva "X = {xis}"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment