Skip to content

Commit c787eec

Browse files
committed
27-06-21
1 parent ba25bed commit c787eec

File tree

2 files changed

+26
-2
lines changed

2 files changed

+26
-2
lines changed

README.md

+13-1
Original file line numberDiff line numberDiff line change
@@ -195,4 +195,16 @@ so it is likely to be different from the answer the teacher shows in the video,
195195
* The last 4 placed;
196196
* Teams in alphabetical order;
197197
* Wat position is the GRÊMIO team in.'
198-
* Ex074: '
198+
* Ex074: 'Create a program that will generate five random numbers and put them in a tuple. After that, show the generated number language and also indicate the largest and smallest values that are in the tuple.'
199+
* Ex075: 'Develop a program that reads four values from the keyboard.
200+
At the end show:
201+
* How many times did the value p appear
202+
* In what position was the first value 3 typed
203+
* What were the even numbers.'
204+
* Ex076: 'Create a program that has a unique tuple with product names and their prices in sequence.
205+
At the end, show a peice list, organizing the data in tabular form.'
206+
* Ex077: 'Create a program that has a tuple with several words (don't use accents).
207+
After that, you must show, for each word, wich are its vowel.'
208+
* Ex078: 'Make a program that reads 5 numerical values and stores them in a list.
209+
At the end show, which was the highest and lowest value entered and their respective positions in the list.'
210+
* Ex079: '

pt-br.md

+13-1
Original file line numberDiff line numberDiff line change
@@ -196,4 +196,16 @@ por isso é provável que seja diferente da resposta que o professor mostra no v
196196
* Os 4 últimos colocados;
197197
* Equipes em ordem alfabética;
198198
* A posição de Wat é a equipe GRÊMIO dentro. '
199-
* Ex074: '
199+
* Ex074: 'Crie um programa que irá gerar cinco números aleatórios e colocá-los em uma tupla. Depois disso, mostre a linguagem numérica gerada e também indique os maiores e menores valores que estão na tupla. '
200+
* Ex075: 'Desenvolva um programa que leia quatro valores do teclado.
201+
No final do show:
202+
* Quantas vezes o valor p apareceu
203+
* Em que posição o primeiro valor 3 foi digitado
204+
* Quais foram os números pares. '
205+
* Ex076: 'Crie um programa que tenha uma tupla única com os nomes dos produtos e seus preços em sequência.
206+
No final, mostre uma lista de peças, organizando os dados em forma tabular. '
207+
* Ex077: 'Crie um programa que tenha uma tupla com várias palavras (não use acentos).
208+
Depois disso, você deve mostrar, para cada palavra, quais são suas vogais. '
209+
* Ex078: 'Faça um programa que leia 5 valores numéricos e os armazene em uma lista.
210+
No final mostra qual foi o maior e o menor valor inserido e suas respectivas posições na lista. '
211+
* Ex079: '

0 commit comments

Comments
 (0)