-
Notifications
You must be signed in to change notification settings - Fork 330
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
Traducción ejercicios del 28 al 41 #7
base: master
Are you sure you want to change the base?
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Todo buenísimo. Esta es una prueba para la demo de la clase 5.
@@ -131,24 +131,77 @@ Desafío de programación #27: Crear una función que reciba un array de número | |||
Ejemplo: | |||
[1,2,3,4,5,4,3,2,1,0] debería retornar [1,2,3,4,5,0] | |||
|
|||
Desafío de programación #28: Calcular la suma de los primeros 100 números primos |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Acá te olvidaste de poner un ejempo.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
¿vos decís de poner suma de menos números?, porque no puse ejemplo porque en este caso el "ejemplo", sería hacer el ejercicio :-)
Desafío de programación #31: Crear una función que retorne el número de palabras en un texto | ||
Ejemplo: | ||
"mi mama me mima" => debería devolver 4 | ||
"hola mundo" => debería devolver 2 | ||
"r-argentina-programa" => debería devolver 1 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Felix, esto está bueno pero... le falta lo que sea. Esto está buenísimo!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
No entendí lo de "le falta lo que sea" 😄 posta, ¿qué quisiste decir con eso?
Co-Authored-By: Fabricio Leonardo Sodano Pascazi <[email protected]>
Traduzco y pongo algunos ejemplos para los ejercicios del 28 al 41