Skip to content

Instantly share code, notes, and snippets.

@samueltcsantos
Created April 17, 2014 00:49
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 samueltcsantos/10945606 to your computer and use it in GitHub Desktop.
Save samueltcsantos/10945606 to your computer and use it in GitHub Desktop.
Variaveis
algoritmo "variaveis"
// Função : declarar variaveis
// Autor : samuel t. c. santos
// Data : 16/04/2014
// Seção de Declarações
var
numero: inteiro
vetNotas: vetor[1..10] de real
matriz : vetor[0..4,0..10] de inteiro
sinalizador : logico
nome_do_aluno : caractere
inicio
// Seção de Comandos
fimalgoritmo
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment