Browse Source

Update README.md

1121-front-back
Hamza elkhatri 2 years ago committed by GitHub
parent
commit
8a6a1b8d13
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 10
      subjects/front-back/README.md

10
subjects/front-back/README.md

@ -2,11 +2,11 @@
### Instructions
- Write a program that prints the previous and next alphabet of a given alphabet.
- If the number of arguments is different from `1`, print (`'\n'`).
- If the length of the argument is different from `1`, print (`'\n'`)
- If the argument is not a letter, print (`'\n'`)
- Print the previous alphabet and the next alphabet except for the last and the first alphabet of the alphabet.
Write a program that prints the previous and next alphabet of a given alphabet.
- If the number of arguments is different from `1`, print (`'\n'`).
- If the length of the argument is different from `1`, print (`'\n'`)
- If the argument is not a letter, print (`'\n'`)
- Print the previous alphabet and the next alphabet except for the last and the first alphabet of the alphabet.
### Usage

Loading…
Cancel
Save