Skip to content

Commit

Permalink
Add files via upload
Browse files Browse the repository at this point in the history
  • Loading branch information
Kishirama authored Jul 22, 2024
1 parent 7fb6ad9 commit 1e0cdb2
Showing 1 changed file with 30 additions and 0 deletions.
30 changes: 30 additions & 0 deletions Dado6 e Dado3.por
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
programa
{
inclua biblioteca Util--> u

funcao inicio()
{

inteiro dado6 = 0, dado3 = 0

dado6 = (u.sorteia(1,6))
escreva("\n Dado: ", dado6)

dado3 = (u.sorteia(1,3))
escreva("\n Dado: ", dado3)



}
}
/* $$$ Portugol Studio $$$
*
* Esta seção do arquivo guarda informações do Portugol Studio.
* Você pode apagá-la se estiver utilizando outro editor.
*
* @POSICAO-CURSOR = 207;
* @PONTOS-DE-PARADA = ;
* @SIMBOLOS-INSPECIONADOS = ;
* @FILTRO-ARVORE-TIPOS-DE-DADO = inteiro, real, logico, cadeia, caracter, vazio;
* @FILTRO-ARVORE-TIPOS-DE-SIMBOLO = variavel, vetor, matriz, funcao;
*/

0 comments on commit 1e0cdb2

Please sign in to comment.