Advertisement
Guest User

Untitled

a guest
Mar 22nd, 2017
68
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.30 KB | None | 0 0
  1. Transformar uma string em outra na qual cada letra do alfabeto deve ser a proxima mantendo o resto igual. ex: a -> b, z -> a, f -> g.
  2. Após a transformação gerar uma nova string onde toda vogal deve ser maiúscula.
  3.  
  4. exemplos:
  5.  
  6. Input:"hello*3"
  7.  
  8. Output:"Ifmmp*3"
  9.  
  10. Input:"fun times!"
  11.  
  12. Output:"gvO Ujnft!"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement