We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
a lenda de zelda
* l*nd* d* z*ld*
The text was updated successfully, but these errors were encountered:
https://github.com/mariagabrielec/cod/commit/6a86d4af0481f32c2845448bb17161ee1ca770e2
Sorry, something went wrong.
Fiz a minha solução em Node: https://github.com/leticiacamposs2/hackerrank-algorithms-js/blob/master/13-vowel-by-asteristic.js
solução em ruby:
puts "entre com uma frase e aperte enter: " frase = gets.chomp puts "#{frase.gsub(/[aeiou]/, '*')}"
No branches or pull requests
[pt-br] Usuário digita uma palavra ou frase, e programa retorna a mesma com as vogais trocadas por *(asterisco).
Exemplo de entrada
a lenda de zelda
Exemplo de saída
* l*nd* d* z*ld*
The text was updated successfully, but these errors were encountered: