Browse Source

contains to contain

pull/856/head
MSilva95 3 years ago committed by GitHub
parent
commit
b7dedd1d88
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      subjects/rotatevowels/README.md

2
subjects/rotatevowels/README.md

@ -4,7 +4,7 @@
Write a **program** that checks the arguments for vowels.
- If the arguments contains vowels (for this exercise `y` is not considered a vowel) the program has to **"mirror"** the position of the vowels in the arguments (see the examples).
- If the arguments contain vowels (for this exercise `y` is not considered a vowel) the program has to **"mirror"** the position of the vowels in the arguments (see the examples).
- If the number of arguments is less than 1, the program displays a new line ("`\n`").
- If the arguments do not have any vowels, the program just prints the arguments.

Loading…
Cancel
Save