Update README.md

updated instructions.
This commit is contained in:
Pav01Founders 2021-10-14 12:55:52 +01:00 committed by GitHub
parent 06078ec517
commit c6b3eeb82a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -4,8 +4,8 @@
Write a **program** that checks the arguments for vowels.
- If the argument contains vowels (for this exercise `y` is not considered a vowel) the program has to **"mirror"** the position of the vowels in the argument (see the examples).
- If the number of arguments is less than 1, the program display a new line ("`\n`").
- 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 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.
Example of output :