-
Notifications
You must be signed in to change notification settings - Fork 1
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
Resolver os Problemas do Capítulo 8 #8
Comments
elissonmichael
added a commit
that referenced
this issue
Aug 28, 2019
elissonmichael
added a commit
that referenced
this issue
Aug 28, 2019
elissonmichael
added a commit
that referenced
this issue
Aug 28, 2019
elissonmichael
added a commit
that referenced
this issue
Aug 28, 2019
elissonmichael
added a commit
that referenced
this issue
Aug 28, 2019
HenriqueMariano25
added a commit
that referenced
this issue
Aug 28, 2019
HenriqueMariano25
added a commit
that referenced
this issue
Aug 28, 2019
HenriqueMariano25
added a commit
that referenced
this issue
Aug 28, 2019
GEspinosa7
added a commit
that referenced
this issue
Sep 11, 2019
GEspinosa7
added a commit
that referenced
this issue
Sep 11, 2019
EnzoRobaina
added a commit
to EnzoRobaina/Atividades_Ruby
that referenced
this issue
Oct 1, 2019
EnzoRobaina
added a commit
to EnzoRobaina/Atividades_Ruby
that referenced
this issue
Oct 1, 2019
EnzoRobaina
added a commit
to EnzoRobaina/Atividades_Ruby
that referenced
this issue
Oct 1, 2019
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Escreva um programa chamado Velha Surda. O que quer que você diga à velha (o que quer que você digite), ela tem que responder com QUE?! FALA MAIS ALTO!, a não ser que você grite (digite tudo em maiúsculas). Se você gritar , ela pode lhe ouvir (ou ao menos pensa que pode), e sempre responde
NÃO, NÃO DESDE 1938! Você não pode parar de falar com a velha enquanto não gritar "TCHAU" três vezes em sequência. Teste bem o seu programa: se você gritar "TCHAU" três vezes, mas não em sequência, você tem que continuar falando com a velha. Faça com que a velha grite um ano aleatório a partir de 1950, você pode usar o método
rand
para isso. Ele aceita um número ou intervalo como parâmetro.Escreva um programa que pergunte um ano inicial e um ano final, e escreva todos os anos bissextos entre eles (e os incluindo, se eles também forem bissextos).
The text was updated successfully, but these errors were encountered: