Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save Victor-Palha/4b9b20caf8eaa7ed6e46d67aac939cfa to your computer and use it in GitHub Desktop.
Save Victor-Palha/4b9b20caf8eaa7ed6e46d67aac939cfa to your computer and use it in GitHub Desktop.
Pseudocódigo - Introdução para aula
Começo Pseudocodigo
inicio variaveis
var nome: String
var email: String
var password: String
fim variaveis
inicio pegarInformacao
nome = Input()
email = Input()
password = Input()
Mostrar(nome, email, password)
fim pegarInformacao
Fim Pseudocodigo
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment