Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Formas de uso funcao aleatorio #592

Conversation

Aristidescosta
Copy link
Contributor

Esta Pull Request está conectado com a issu #507

Agora é possível ter o seguinte código funcionando:

algoritmo "aleatorio"
var
   mes1, mes2 :inteiro

inicio
   escreval("Digite o mes do ano")

   aleatorio 1, 12
       leia(mes1)
       leia(mes2)
   aleatorio off

   escreval("")
   escreval("Mes 1:", mes1)
   escreval("Mes 2:", mes2)
fimAlgoritmo

@leonelsanchesdasilva leonelsanchesdasilva merged commit 4b4340e into DesignLiquido:principal Jan 24, 2024
1 check passed
leonelsanchesdasilva added a commit to DesignLiquido/vscode that referenced this pull request Jan 24, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants